Spaces:
Sleeping
Sleeping
lets retry with the template
Browse files
app.py
CHANGED
|
@@ -13,8 +13,6 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
| 13 |
#client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
|
| 14 |
#client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
def respond(
|
| 19 |
message,
|
| 20 |
history: list[tuple[str, str]],
|
|
|
|
| 13 |
#client = InferenceClient("CohereLabs/c4ai-command-a-03-2025") ERROR
|
| 14 |
#client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
|
| 15 |
|
|
|
|
|
|
|
| 16 |
def respond(
|
| 17 |
message,
|
| 18 |
history: list[tuple[str, str]],
|