Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Oct 4, 2024
1 parent 5594539 commit 070c488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
AZURE_OPENAI_PREFIX = "azure_openai_"
openai_available = bool(os.environ.get("OPENAI_API_KEY"))
azure_openai_available = bool(os.environ.get("AZURE_OPENAI_API_KEY"))
api_version = bool(os.environ.get("OPENAI_API_VERSION"))
api_version = os.environ.get("OPENAI_API_VERSION")

available_models: Dict[str, BaseLanguageModel] = {}

Expand Down

0 comments on commit 070c488

Please sign in to comment.