Spaces:
Running
Running
Update app.py
Browse files
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():
|