Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 12, 2023
1 parent f2e8a6d commit faebd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_text_llm/module_text_llm/helpers/models/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def _use_azure_credentials():
openai.api_key = os.environ.get("LLM_AZURE_OPENAI_API_KEY")
openai.api_base = os.environ.get("LLM_AZURE_OPENAI_API_BASE")
# os.environ.get("LLM_AZURE_OPENAI_API_VERSION")
openai.api_version = "2022-06-01-preview"
openai.api_version = "2023-03-15-preview"


def _use_openai_credentials():
Expand Down

0 comments on commit faebd85

Please sign in to comment.