Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nour-bouzid authored Mar 12, 2024
1 parent 710bee0 commit 09e61d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
shared_container_client = None

client = openai.AzureOpenAI(
api_key=os.environ.get("VITE_CHAT_API_KEY"),
api_key=os.environ.get("CHAT_API_KEY"),
api_version="2023-12-01-preview",
azure_endpoint = os.environ.get("VITE_CHAT_API_ENDPOINT"),
azure_endpoint = os.environ.get("CHAT_API_ENDPOINT"),
azure_deployment=os.environ.get("AZURE_OPENAI_MODEL_NAME"),

)
Expand Down

0 comments on commit 09e61d4

Please sign in to comment.