Update app.py
Browse files
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-
|
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,
|