-
-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): fix issue loading Azure OpenAI configuration (#364)
* fix(api): fix issue loading Azure OpenAI configuration Because of asynchronous operations, loading *_cmd options from configuration was not working properly. It was only working using the environment variables. Also add a missing options to set API type (api_type_cmd) from vim config files instead of having to set a environment variable. * style: fix linter findings and update README documentation - Format README.md file to comply with regular MD guidelines (linter findings) - Add information about new configuration options to configure Azure deployment programmatically. * style(api): fix stylua style findings --------- Co-authored-by: Alejandro Claro <[email protected]>
- Loading branch information
1 parent
ff458cb
commit dc6f76e
Showing
2 changed files
with
147 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters