Dominic0406 commited on
Commit
119c313
•
1 Parent(s): 3580374

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ client = openai.OpenAI(api_key=openai.api_key)
10
 
11
  # 创建助手
12
  assistant = client.beta.assistants.create(
13
- name="医疗模型",
14
  instructions="You are a personal math tutor. Write and run code to answer math questions.",
15
  tools=[{"type": "code_interpreter"}],
16
  model="gpt-4o",
 
10
 
11
  # 创建助手
12
  assistant = client.beta.assistants.create(
13
+ name="医疗问诊",
14
  instructions="You are a personal math tutor. Write and run code to answer math questions.",
15
  tools=[{"type": "code_interpreter"}],
16
  model="gpt-4o",