KudoAI / bravegpt

🦁 Adds AI to Brave Search. Ask from any site. Powered by GPT-4o!
https://www.bravegpt.com
Other
108 stars 12 forks source link

Not GPT-4? #17

Open PeterDaveHello opened 8 months ago

PeterDaveHello commented 8 months ago

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?

adamlui commented 8 months 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)

PeterDaveHello commented 8 months ago

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

adamlui commented 8 months ago

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

PeterDaveHello commented 8 months ago

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 commented 8 months ago

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