Keldos commited on
Commit
e930b75
1 Parent(s): ed36f84

fix: 解决启动时报错CoreBPE相关问题

Browse files
Files changed (1) hide show
  1. modules/presets.py +2 -2
modules/presets.py CHANGED
@@ -59,14 +59,14 @@ APPEARANCE_SWITCHER = """
59
  """
60
 
61
  ONLINE_MODELS = [
62
- "川虎助理",
63
- "川虎助理 Pro",
64
  "gpt-3.5-turbo",
65
  "gpt-3.5-turbo-0301",
66
  "gpt-4",
67
  "gpt-4-0314",
68
  "gpt-4-32k",
69
  "gpt-4-32k-0314",
 
 
70
  "xmchat",
71
  "Google PaLM",
72
  "yuanai-1.0-base_10B",
 
59
  """
60
 
61
  ONLINE_MODELS = [
 
 
62
  "gpt-3.5-turbo",
63
  "gpt-3.5-turbo-0301",
64
  "gpt-4",
65
  "gpt-4-0314",
66
  "gpt-4-32k",
67
  "gpt-4-32k-0314",
68
+ "川虎助理",
69
+ "川虎助理 Pro",
70
  "xmchat",
71
  "Google PaLM",
72
  "yuanai-1.0-base_10B",