When would I use Functions over providing a File? My scenario is for some simple analysis of CSV data - In the playground it works well using a CSV file. I am not sure if using Functions to retrieve the data (preferred0 would work equally as well to perform data analysis.
Love your assistant api series. Started following you on medium as well.
Glad that it's useful, and thanks for the follows! :)
Same
Makes no sense how little subscriber are here I feel blessed! 🙏
u are goated my g
Super helpful. Thank you!
When would I use Functions over providing a File? My scenario is for some simple analysis of CSV data - In the playground it works well using a CSV file. I am not sure if using Functions to retrieve the data (preferred0 would work equally as well to perform data analysis.
Why do you use fs npm package instead of Node's built-in module? Is there something in particular that makes you choose that?
No good reason, just a small mistake from me.
Is there repo? I went to medium article couldn't find source files.
Hello Ralf , love your videos ❤ , can you make a video on how to return structured Json using the openai api ?
I'll look into it.
model: "gpt-3.5-turbo-1106",
......
temperature: 1,
max_tokens: 4096,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0,
response_format: { type: "json_object" }
});
Published a video with an example today!
@@ralfelfving Yes, i just saw it , thank you so much !
Super helpful, thank you so much !