yixinsong commited on
Commit
d25ca1b
·
1 Parent(s): 28d05e1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import uuid
11
  import json
12
 
13
  # Constants
14
- SYSTEM_PROMPT = """You are SmallThinker-3B, a helpful AI assistant. You try to follow instructions as much as possible while being accurate and brief."""
15
  device = "cuda" if torch.cuda.is_available() else "cpu"
16
  TITLE = "<h1><center>SmallThinker-3B Chat</center></h1>"
17
  MODEL_PATH = "PowerInfer/SmallThinker-3B-Preview"
 
11
  import json
12
 
13
  # Constants
14
+ SYSTEM_PROMPT = """You are a helpful assistant."""
15
  device = "cuda" if torch.cuda.is_available() else "cpu"
16
  TITLE = "<h1><center>SmallThinker-3B Chat</center></h1>"
17
  MODEL_PATH = "PowerInfer/SmallThinker-3B-Preview"