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
ἔρως
ἔρως9mo ago
define "chatbot"
Faker
FakerOP9mo ago
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
Jochem
Jochem9mo ago
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.
ἔρως
ἔρως9mo ago
you are diving into deep waters before you are able to eat on your own hold your horses and learn other stuff first
Faker
FakerOP9mo ago
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
ἔρως
ἔρως9mo ago
a weather app, for example
Jochem
Jochem9mo ago
pokedex works too
ἔρως
ἔρως9mo ago
stackoverflow has a free api too there are ok-ish movie apis
Faker
FakerOP9mo ago
yep I will have a look, thanks !

Did you find this page helpful?