josStorer / chatGPTBox

Integrating ChatGPT into your browser deeply, everything you need is here
MIT License
9.9k stars 746 forks source link

Add gpt-4o-mini for both web and api access #749

Closed PeterDaveHello closed 2 months ago

PeterDaveHello commented 2 months ago

Reference:

anuxs commented 2 months ago

切换到 chatgpt web gpt-4o mini 报错: 错误:

Buffer is not defined

PeterDaveHello commented 2 months ago

切换到 chatgpt web gpt-4o mini 报错: 错误:

Buffer is not defined

I can't reproduce it 😅

image

anuxs commented 2 months ago

切换到 chatgpt web gpt-4o mini 报错: 错误: Buffer is not defined

I can't reproduce it 😅

image

image same error!

I will post console log latter

josStorer commented 2 months ago

Use the complete 1.87MB chromium.zip @anuxs

PeterDaveHello commented 1 month ago

Hi @josStorer, is there any chance this change will be released recently? Many thanks!

josStorer commented 1 month ago

@PeterDaveHello I think it should be ready for release today; I'm adding support for unlimited custom APIs, and plan to release it together.

PeterDaveHello commented 1 month ago

@josStorer just asking, do you think the unlimited custom APIs feature will also handle the new API on OpenAI.com, just before we manually add or update a model in this project, this feature could be very useful!

josStorer commented 1 month ago

@PeterDaveHello A new version has just been released. Yes, it supports custom APIs for both the OpenAI web mode and API mode. Not only that, it actually supports custom model names for all modes, including Azure deployment names, etc.

image

PeterDaveHello commented 1 month ago

@josStorer, that's really awesome, thanks!

I just got an idea. Maybe we can separate the model into an individual list with a fixed format so that the browser extension can directly update the list from GitHub without the need to wait for a new version to be released. This is just another idea, but I'm sure the latest implement can already cover most use cases :+1: