free-one-api icon indicating copy to clipboard operation
free-one-api copied to clipboard

GPT Pilot doesn't work with gpt4free

Open Woukim opened this issue 11 months ago • 6 comments

image Tried using the gpt4free adapter, endpoint http://localhost:3000/v1

upd. with endpoint http://localhost:3000/v1/chat/completions error: image

How to fix this? @RockChinQ

Woukim avatar Mar 18 '24 09:03 Woukim

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.

RockChinQ avatar Mar 19 '24 04:03 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.

why is that? :(

Woukim avatar Mar 19 '24 18:03 Woukim

image the same error with gpt-3.5-turbo

Woukim avatar Mar 19 '24 18:03 Woukim

how can I reproduce this problem?

RockChinQ avatar Mar 20 '24 02:03 RockChinQ

how can I reproduce this problem?

install gpt-pilot, edit endpoint and key via .env, run pilot

Woukim avatar Mar 20 '24 15:03 Woukim

Have you been able to run GPT-pilot with GPT-4 Model using gpt4free somehow?

thelege2nd avatar Apr 09 '24 02:04 thelege2nd