wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.
https://openui.fly.dev
Apache License 2.0
16.86k stars 1.47k forks source link

The model `gpt-4-turbo-2024-04-09` does not exist or you do not have access to it. #100

Closed arasouli91 closed 1 month ago

arasouli91 commented 1 month ago

File "D:\code\OpenUI\openui\backend\openui\server.py", line 142, in chat_completions raise HTTPException(status_code=e.status_code, detail=msg) fastapi.exceptions.HTTPException: 404: Error code: 404 - {'error': {'message': 'The model gpt-4-turbo-2024-04-09 does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

I get this when I try to generate UI.

Switching to gpt 3.5 still has same error. But, I think it worked as long as it's not an image. I can see from the logic, if it is image, it uses 4. But, I cancelled the generation.

arasouli91 commented 1 month ago

Needed to pay money to unlock gpt 4