Hammad112 commited on
Commit
e726c41
·
verified ·
1 Parent(s): 3c16aa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def chat(message, history):
26
  ],
27
 
28
  # The language model which will generate the completion.
29
- model="llama3-8b-8192",
30
  temperature=0.5,
31
 
32
  max_tokens=256,
 
26
  ],
27
 
28
  # The language model which will generate the completion.
29
+ model="llama3-groq-70b-8192-tool-use-preview",
30
  temperature=0.5,
31
 
32
  max_tokens=256,