Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -29,7 +29,7 @@ if TYPE_CHECKING:
|
|
29 |
data: List[List[str | int | bool]]
|
30 |
|
31 |
initial_prompt = "You are a helpful assistant."
|
32 |
-
API_URL = "https://api.
|
33 |
HISTORY_DIR = "history"
|
34 |
TEMPLATES_DIR = "templates"
|
35 |
|
|
|
29 |
data: List[List[str | int | bool]]
|
30 |
|
31 |
initial_prompt = "You are a helpful assistant."
|
32 |
+
API_URL = "https://api.chatanywhere.cn/v1/chat/completions"
|
33 |
HISTORY_DIR = "history"
|
34 |
TEMPLATES_DIR = "templates"
|
35 |
|