Reality123b commited on
Commit
7338b12
·
verified ·
1 Parent(s): 93885b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,7 +29,7 @@ class XylariaChat:
29
  raise ValueError("HuggingFace token not found in environment variables")
30
 
31
  self.client = InferenceClient(
32
- model="Qwen/Qwen-32B-Preview",
33
  api_key=self.hf_token
34
  )
35
 
@@ -395,7 +395,7 @@ class XylariaChat:
395
 
396
  try:
397
  self.client = InferenceClient(
398
- model="Qwen/Qwen-32B-Preview",
399
  api_key=self.hf_token
400
  )
401
  except Exception as e:
@@ -524,7 +524,7 @@ class XylariaChat:
524
 
525
  stream = self.client.chat_completion(
526
  messages=messages,
527
- model="Qwen/Qwen-32B-Preview",
528
  temperature=0.7,
529
  max_tokens=max_new_tokens,
530
  top_p=0.9,
 
29
  raise ValueError("HuggingFace token not found in environment variables")
30
 
31
  self.client = InferenceClient(
32
+ model="Qwen/QwQ-32B-Preview",
33
  api_key=self.hf_token
34
  )
35
 
 
395
 
396
  try:
397
  self.client = InferenceClient(
398
+ model="Qwen/QwQ-32B-Preview",
399
  api_key=self.hf_token
400
  )
401
  except Exception as e:
 
524
 
525
  stream = self.client.chat_completion(
526
  messages=messages,
527
+ model="Qwen/QwQ-32B-Preview",
528
  temperature=0.7,
529
  max_tokens=max_new_tokens,
530
  top_p=0.9,