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

Not GPT-4? #17

Open
PeterDaveHello opened this issue Oct 15, 2023 · 5 comments
Open

Not GPT-4? #17

PeterDaveHello opened this issue Oct 15, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@PeterDaveHello
Copy link
Contributor

With all due respect, this project claims to be powered by GPT-4, but the behavior looks not (from the history on ChatGPT(chat.openai.com)), I also checked the source code, it's gpt-3.5-turbo:

model = 'text-davinci-002-render'

const proxyEndpoints = [[ 'https://api.aigcfun.com/api/v1/text?key=' + await getAIGCFkey(), '', 'gpt-3.5-turbo' ]]

Not sure if I misunderstood something? Consider that not everyone has ChatGPT Plus subscription, maybe a toggle button to switch the model would be helpful?

@adamlui
Copy link
Member

adamlui commented Oct 15, 2023

Hey I mentioned in KudoAI/duckduckgpt#27

it used to be with the old proxy API until the reverse tunnel stopped working, then I started relying on a new Chinese one but their GPT-4 is currently under maintenance w/ the response:

{"choices":[{"text":"AI系统维护升级中,请稍后再试!如有不便敬请谅解。","finish_reason":"stop","block":true}],"errCode":8610006,"msg":"AI系统维护升级中,请稍后再试!如有不便敬请谅解。"}

So temporarily I settled for the next best thing that works from them that is not under maintenance, GPT 3.5 Turbo (but I will actively scout new free APIs so you can use GPT-4 for free)

@PeterDaveHello
Copy link
Contributor Author

hmmm ... just to be sure, so it's because to provide free access? (not sure if get access to Bing will help?)

@adamlui
Copy link
Member

adamlui commented Oct 15, 2023

@PeterDaveHello finding new bootleg API to provide free GPT-4 access is the goal, what do you mean by Bing though?

@PeterDaveHello
Copy link
Contributor Author

I mean if it's because you want to make sure providing free GPT-4 access, maybe Bing Chat is the option? Though there are still many users can use ChatGPT Plus already, so an option to switch the model would be really nice :)

@adamlui
Copy link
Member

adamlui commented Oct 15, 2023

Ok I understand, Bing Chat uses ChatGPT though i thought, but adding non-OpenAI providers is a good idea too

@adamlui adamlui added the enhancement New feature or request label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants