Skip to content

Commit

Permalink
fix aoai config
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Feb 20, 2024
1 parent 8c1a330 commit 05ce843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ OPENAI_API_MODEL: "GPTV_MODEL_NAME" # The only OpenAI model by now that accepts
#### Azure OpenAI (AOAI)
```
API_TYPE: "aoai"
OPENAI_API_BASE: "YOUR_ENDPOINT" # The AOAI API address. Format: https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/completions?api-version={api-version}
OPENAI_API_BASE: "YOUR_ENDPOINT" # The AOAI API address. Format: https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}
OPENAI_API_KEY: "YOUR_API_KEY" # Set the value to the openai key for the llm model
OPENAI_API_MODEL: "GPTV_MODEL_NAME" # The only OpenAI model by now that accepts visual input
```
Expand Down

0 comments on commit 05ce843

Please sign in to comment.