Free api chatgpt

dvlhr

Newbie
Joined
Jan 21, 2015
Messages
40
Reaction score
21
Is there an artificial intelligence that I can use free api like chatgpt?
 
Is there an artificial intelligence that I can use free api like chatgpt?
Ollama may be? Depending on the hardware you have and the model you use, it can get pretty close to chstgpt. Best part is that it is free and runs locally.
 
Ollama may be? Depending on the hardware you have and the model you use, it can get pretty close to chstgpt. Best part is that it is free and runs locally.
Hmmm, can it be deployed in an Ubuntu and access it externally?
 
Hmmm, can it be deployed in an Ubuntu and access it externally?
There's no reason why it cannot be, atleast for personal usage.

As for example:
Code:
https://www.youtube.com/watch?v=Y2ldwg8xsgE&t=106s
Then expose this service online.

Just don't expect it to serve multiple users at the same time. It probably will be very slow if you don't get the right type of hardware for hosting it.
 
interesting, thank you guys for suggestions even I was looking for some free apis. i will test it out and tell you results
 
Back
Top