Azure gpt integration question #9044
-
Some where in the PRs ,i saw the azure integration for assistant, is it support azure gpt for now ? if yes, how to setup them ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I assume you're referring to #8646. If so, I believe it's already in Zed Preview, as the provider json You can try to set it up using the sample configuration provided in the above PR. {
"assistant": {
"provider": {
"type": "azure_openai",
"api_url": "https://{your-resource-name}.openai.azure.com",
"deployment_id": "gpt-4",
"api_version": "2023-05-15"
}
},
} |
Beta Was this translation helpful? Give feedback.
-
did i compile zed with cargo? just tried 0.125.3 , added above configuration in settings, and setup the key with assitant panel. but it still connect to openai not azure one |
Beta Was this translation helpful? Give feedback.
-
yeah, well, this was removed in #7367, but not sure why. |
Beta Was this translation helpful? Give feedback.
You can download the latest Zed Preview build, which is
0.126.0
as of right now.