JunchuanYu commited on
Commit
c5c1fc5
1 Parent(s): ca26797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
 
7
  openai.api_key = os.environ.get("OPENAI_API_KEY")
8
  openai.base_url="https://api.chatanywhere.tech/v1"
9
- OPENAI_API_BASE="https://api.chatanywhere.tech/v1"
10
  prompt_templates = {"Default ChatGPT": ""}
11
 
12
  def get_empty_state():
 
6
 
7
  openai.api_key = os.environ.get("OPENAI_API_KEY")
8
  openai.base_url="https://api.chatanywhere.tech/v1"
9
+ # OPENAI_API_BASE="https://api.chatanywhere.tech/v1"
10
  prompt_templates = {"Default ChatGPT": ""}
11
 
12
  def get_empty_state():