martinbowling commited on
Commit
35b19ca
1 Parent(s): 9ef983f

update model to llama-3.2-90b-text-preview

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import time
7
  client = None
8
 
9
  # Define model
10
- model = "llama-3.1-70b-versatile"
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: