wwpop commited on
Commit
646ed30
·
verified ·
1 Parent(s): 1ce20e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ api_key = os.environ.get('qwen_API_KEY')
6
  """
7
  For more information on huggingface_hub Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
9
- client = InferenceClient("deepseek-ai/DeepSeek-V3", token=api_key)
10
 
11
  def respond(
12
  message,
 
6
  """
7
  For more information on huggingface_hub Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
8
  """
9
+ client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B", token=api_key)
10
 
11
  def respond(
12
  message,