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" |
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:
sycamore/apps/demo-ui/openai-proxy/py_proxy/proxy.py
Line 40 in f5653f7