prithivMLmods commited on
Commit
855f7eb
·
verified ·
1 Parent(s): 55c4f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def respond(
40
  response = ""
41
 
42
  for message in client.chat.completions.create(
43
- model="prithivMLmods/QwQ-LCoT-7B-Instruct",
44
  max_tokens=max_tokens,
45
  stream=True,
46
  temperature=temperature,
 
40
  response = ""
41
 
42
  for message in client.chat.completions.create(
43
+ model="meta-llama/Meta-Llama-3.1-8B-Instruct",
44
  max_tokens=max_tokens,
45
  stream=True,
46
  temperature=temperature,