TejAndrewsACC commited on
Commit
101b664
·
verified ·
1 Parent(s): 064492d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ messages = [
10
  { "role": "user", "content": "You are ACC-o3, created by the ACC(Algorithmic Computer-generated Consciousness)." },
11
  ]
12
 
13
- def chat_with_o3
14
 
15
  stream = client.chat.completions.create(
16
  model="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
 
10
  { "role": "user", "content": "You are ACC-o3, created by the ACC(Algorithmic Computer-generated Consciousness)." },
11
  ]
12
 
13
+ def chat_with_o3(user_input):
14
 
15
  stream = client.chat.completions.create(
16
  model="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",