Afeezee commited on
Commit
e0485bc
·
verified ·
1 Parent(s): 35b07ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,7 +70,7 @@ def analyze_chunk(chunk):
70
  # Use Cerebras AI for processing
71
  stream = client.chat.completions.create(
72
  messages=messages,
73
- model="llama-3.1-70b",
74
  stream=True,
75
  max_completion_tokens=1024,
76
  temperature=0.2,
@@ -125,7 +125,7 @@ def analyze_document(file):
125
  {"role": "system", "content": consolidated_summary_prompt},
126
  {"role": "user", "content": "\n\n".join(all_insights)}
127
  ],
128
- model="llama-3.1-70b",
129
  stream=True,
130
  max_completion_tokens=1024,
131
  temperature=0.2,
 
70
  # Use Cerebras AI for processing
71
  stream = client.chat.completions.create(
72
  messages=messages,
73
+ model="llama-3.3-70b",
74
  stream=True,
75
  max_completion_tokens=1024,
76
  temperature=0.2,
 
125
  {"role": "system", "content": consolidated_summary_prompt},
126
  {"role": "user", "content": "\n\n".join(all_insights)}
127
  ],
128
+ model="llama-3.3-70b",
129
  stream=True,
130
  max_completion_tokens=1024,
131
  temperature=0.2,