Spaces:
Runtime error
Runtime error
update model to llama-3.2-90b-text-preview
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import time
|
|
| 7 |
client = None
|
| 8 |
|
| 9 |
# Define model
|
| 10 |
-
model = "llama-3.
|
| 11 |
|
| 12 |
# Initial system prompt (regular Chain of Thought)
|
| 13 |
initial_system_prompt = """You are an AI assistant capable of detailed, step-by-step thinking. When presented with a question or problem, break down your thought process into clear, logical steps. For each step, explain your reasoning. Conclude with a final answer. Use the following markdown structure:
|
|
|
|
| 7 |
client = None
|
| 8 |
|
| 9 |
# Define model
|
| 10 |
+
model = "llama-3.2-90b-text-preview"
|
| 11 |
|
| 12 |
# Initial system prompt (regular Chain of Thought)
|
| 13 |
initial_system_prompt = """You are an AI assistant capable of detailed, step-by-step thinking. When presented with a question or problem, break down your thought process into clear, logical steps. For each step, explain your reasoning. Conclude with a final answer. Use the following markdown structure:
|