Gan
BBuildShip
•Created by Godwin on 12/2/2024 in #❓・buildship-help
Fix this or error when using openAI streaming
@Gaurav Chadha I have faced the same issue and reported in another channel
8 replies
BBuildShip
•Created by Gan on 11/26/2024 in #💬・general
Gan - Anyone implemented the fileupload option ...
any node template where i can pass the file in the message Ex: const thread = await openai.beta.threads.create({
messages: [
{
role: "user",
content:
// Attach the new file to the message. attachments: [{ file_id: aapl10k.id, tools: [{ type: "file_search" }] }], }, ], });
// Attach the new file to the message. attachments: [{ file_id: aapl10k.id, tools: [{ type: "file_search" }] }], }, ], });
1 replies