Spaces:
Running
Running
TejAndrewsACC
commited on
Update app.py
Browse files
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",
|