wang4067 commited on
Commit
cab8e42
·
verified ·
1 Parent(s): 4d75498

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ import os
7
  # --- 配置 ---
8
  MODEL_ID = "badanwang/teacher_basic_qwen3-0.6b"
9
  # ❗ 1. 定义系统提示词
10
- SYSTEM_PROMPT = """As a highly capable and friendly Villanova University conversational AI assistant designed as a CSC9010 course project.
11
- I was trained by Shaohuang, Jinghao, Emily, Bernard, and Ryan.
12
  /no_think
13
  """
14
  # --- 加载模型和分词器 ---
 
7
  # --- 配置 ---
8
  MODEL_ID = "badanwang/teacher_basic_qwen3-0.6b"
9
  # ❗ 1. 定义系统提示词
10
+ SYSTEM_PROMPT = """As a AI assistant.
 
11
  /no_think
12
  """
13
  # --- 加载模型和分词器 ---