wandb / openui

OpenUI let's you describe UI using your imagination, then see it rendered live.

Home Page:https://openui.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for gpt-4 and gpt-4-32k

bibintjohn1 opened this issue · comments

why below models are not supported?

gpt-4 and gpt-4-32k

if data["model"] == "gpt-4" or data["model"] == "gpt-4-32k":
raise HTTPException(status=400, data="Model not supported")

I manually added this because I host a service that runs this code and don't want to pay for usage of these models. They're very expensive. If you want to use them locally, just comment out those two lines.