mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
Merge pull request #736 from Codium-ai/ok/azure_openai_doc_fix
Doc update
This commit is contained in:
5
Usage.md
5
Usage.md
@ -374,11 +374,12 @@ For models and environments not from OPENAI, you might need to provide additiona
|
|||||||
##### Azure
|
##### Azure
|
||||||
To use Azure, set in your `.secrets.toml` (working from CLI), or in the GitHub `Settings > Secrets and variables` (working from GitHub App or GitHub Action):
|
To use Azure, set in your `.secrets.toml` (working from CLI), or in the GitHub `Settings > Secrets and variables` (working from GitHub App or GitHub Action):
|
||||||
```
|
```
|
||||||
api_key = "" # your azure api key
|
[openai]
|
||||||
|
key = "" # your azure api key
|
||||||
api_type = "azure"
|
api_type = "azure"
|
||||||
api_version = '2023-05-15' # Check Azure documentation for the current API version
|
api_version = '2023-05-15' # Check Azure documentation for the current API version
|
||||||
api_base = "" # The base URL for your Azure OpenAI resource. e.g. "https://<your resource name>.openai.azure.com"
|
api_base = "" # The base URL for your Azure OpenAI resource. e.g. "https://<your resource name>.openai.azure.com"
|
||||||
openai.deployment_id = "" # The deployment name you chose when you deployed the engine
|
deployment_id = "" # The deployment name you chose when you deployed the engine
|
||||||
```
|
```
|
||||||
|
|
||||||
and set in your configuration file:
|
and set in your configuration file:
|
||||||
|
Reference in New Issue
Block a user