Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPT Pilot doesn't work with gpt4free #92

Open
Woukim opened this issue Mar 18, 2024 · 6 comments
Open

GPT Pilot doesn't work with gpt4free #92

Woukim opened this issue Mar 18, 2024 · 6 comments

Comments

@Woukim
Copy link

Woukim commented Mar 18, 2024

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

@RockChinQ
Copy link
Owner

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.

@Woukim
Copy link
Author

Woukim commented Mar 19, 2024

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
Copy link
Author

Woukim commented Mar 19, 2024

image
the same error with gpt-3.5-turbo

@RockChinQ
Copy link
Owner

how can I reproduce this problem?

@Woukim
Copy link
Author

Woukim commented Mar 20, 2024

how can I reproduce this problem?

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

@thelege2nd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants