Nashex / gpt4-playground

Clone of OpenAI's ChatGPT and Playground environments to enable experimenting with API keys.
https://www.gpt4-playground.com/
MIT License
342 stars 110 forks source link

GPT-4o Unavailable #27

Open achuinard opened 1 month ago

achuinard commented 1 month ago

I looked at your code, the hook that loads the models I believe is using the static list saved in the repo. I'm not sure it's making the network call to OpenAI to get the latest list of models. Auth must be null when that hook runs.

achuinard commented 1 month ago

https://github.com/Nashex/gpt4-playground/pull/28