Open PeterDaveHello opened 1 year ago
Hey I mentioned in https://github.com/KudoAI/duckduckgpt/issues/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)
hmmm ... just to be sure, so it's because to provide free access? (not sure if get access to Bing will help?)
@PeterDaveHello finding new bootleg API to provide free GPT-4 access is the goal, what do you mean by Bing though?
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 :)
Ok I understand, Bing Chat uses ChatGPT though i thought, but adding non-OpenAI providers is a good idea too
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
:https://github.com/KudoAI/bravegpt/blob/a3b8d291c233a9e16d94784fca851096682aae07/greasemonkey/bravegpt.user.js#L433
https://github.com/KudoAI/bravegpt/blob/a3b8d291c233a9e16d94784fca851096682aae07/greasemonkey/bravegpt.user.js#L708
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?