Are there any free API to be consumed for a simple chatbot
Are there any free api that can be use to create a simple chatbot please... I was told the openai api should be paid, even if we are using the gpt 3.5 turbo model
9 Replies
define "chatbot"
hmm like an "assisant", I say "write hello world code in js" , it replies me with the right response
I thought the API for openAI, the 3.5 model was free :c
I'd recommend literally any other project to learn to use an API
not just because AI is garbage at programming and a bad resource for beginners, but the API is just also uninteresting. You connect to it, send a query, then print out the response. That's it.
you are diving into deep waters before you are able to eat on your own
hold your horses and learn other stuff first
yep you guys are right, I will just stick to the basics and look for another api project
if you guys can sugguest any cool api project, would be nice :c
a weather app, for example
pokedex works too
stackoverflow has a free api too
there are ok-ish movie apis
yep I will have a look, thanks !