morningstarxcdcode commited on
Commit
403c8ab
·
verified ·
1 Parent(s): b2ec058

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def chat(message, history):
19
 
20
  response = ""
21
  for token in client.chat_completion(
22
- model="meta-llama/Meta-Llama-3.3-70B-Instruct-Turbo",
23
  messages=messages,
24
  max_tokens=1024,
25
  temperature=0.7,
 
19
 
20
  response = ""
21
  for token in client.chat_completion(
22
+ model="meta-llama/Llama-3.3-70B-Instruct",
23
  messages=messages,
24
  max_tokens=1024,
25
  temperature=0.7,