hslec commited on
Commit
797b5c8
1 Parent(s): 7f30b66

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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.openai.com/v1/chat/completions"
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