Tonic commited on
Commit
907a5fe
·
1 Parent(s): ade8600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ bing_api_key = "..." # Replace with your Bing API key
9
 
10
  llm_config = {
11
  "type": "openai", # "azure" or "openai"
12
- "openai_api_key": "sk-...", # OpenAI API Key
13
  "azure_deployment": "", # Azure OpenAI deployment name
14
  "azure_api_key": "", # Azure OpenAI API key in the Azure portal
15
  "azure_endpoint": "" # Endpoint URL for Azure OpenAI, e.g. https://contoso.openai.azure.com/
 
9
 
10
  llm_config = {
11
  "type": "openai", # "azure" or "openai"
12
+ "openai_api_key": "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", # OpenAI API Key
13
  "azure_deployment": "", # Azure OpenAI deployment name
14
  "azure_api_key": "", # Azure OpenAI API key in the Azure portal
15
  "azure_endpoint": "" # Endpoint URL for Azure OpenAI, e.g. https://contoso.openai.azure.com/