Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ with open("BACKGROUND.md", "r", encoding="utf-8") as f:
|
|
6 |
background_text = f.read()
|
7 |
|
8 |
# Step 2: Set up your InferenceClient (same as before)
|
9 |
-
client = InferenceClient("
|
10 |
# HuggingFaceH4/zephyr-7b-beta
|
11 |
# meta-llama/Llama-3.2-1B
|
12 |
def respond(
|
|
|
6 |
background_text = f.read()
|
7 |
|
8 |
# Step 2: Set up your InferenceClient (same as before)
|
9 |
+
client = InferenceClient("bunnycore/QwQen-3B-LCoT")
|
10 |
# HuggingFaceH4/zephyr-7b-beta
|
11 |
# meta-llama/Llama-3.2-1B
|
12 |
def respond(
|