free-one-api
free-one-api copied to clipboard
GPT Pilot doesn't work with gpt4free
Tried using the gpt4free adapter, endpoint http://localhost:3000/v1
upd. with endpoint http://localhost:3000/v1/chat/completions error:
How to fix this? @RockChinQ
If you have already add a channel, but still got such error, you can try to change the model name to gpt-3.5-turbo
on the caller. Free one API now only supports calling with the gpt-3.5-turbo model, even if the reverse engineering library uses other models.
If you have already add a channel, but still got such error, you can try to change the model name to
gpt-3.5-turbo
on the caller. Free one API now only supports calling with the gpt-3.5-turbo model, even if the reverse engineering library uses other models.
why is that? :(
the same error with gpt-3.5-turbo
how can I reproduce this problem?
how can I reproduce this problem?
install gpt-pilot, edit endpoint and key via .env, run pilot
Have you been able to run GPT-pilot with GPT-4 Model using gpt4free somehow?