I see that #131 and #134 added Azure support to sycamore. Apparently the demo does not support this yet; at least all the documentation just mentions setting OPENAI_API_KEY
.
I can see that the OpenAI proxy code in demo-ui just hardcodes the endpoint:
|
OPENAI_API_BASE = "https://api.openai.com" |