jdesiree commited on
Commit
adb30ed
·
verified ·
1 Parent(s): 4b1a0dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def respond_with_enhanced_streaming(message, history):
137
  # Use the Together provider with text_generation
138
  response = client.text_generation(
139
  formatted_prompt,
140
- model="moonshotai/Kimi-K2-Instruct",
141
  max_new_tokens=1024,
142
  temperature=0.7,
143
  top_p=0.9,
 
137
  # Use the Together provider with text_generation
138
  response = client.text_generation(
139
  formatted_prompt,
140
+ model="meta-llama/Meta-Llama-3.1-8B-Instruct",
141
  max_new_tokens=1024,
142
  temperature=0.7,
143
  top_p=0.9,