AmpParth commited on
Commit
0a21faa
·
verified ·
1 Parent(s): 5df8bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ load_dotenv()
27
  client = AzureOpenAI(
28
  api_key=os.getenv("OPENAI_API_KEY"),
29
  api_version="2024-08-01-preview",
30
- azure_endpoint = os.getenv("https://amplifai-openai.openai.azure.com/")
31
  )
32
 
33
  deployment_name='AmplifAI-Chat'
 
27
  client = AzureOpenAI(
28
  api_key=os.getenv("OPENAI_API_KEY"),
29
  api_version="2024-08-01-preview",
30
+ azure_endpoint = "https://amplifai-openai.openai.azure.com/"
31
  )
32
 
33
  deployment_name='AmplifAI-Chat'