Spaces:
Runtime error
Runtime error
dev22419
commited on
Commit
•
df095f1
1
Parent(s):
56d14f1
app.py
CHANGED
@@ -10,7 +10,6 @@ client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
|
10 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
11 |
# client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
|
12 |
|
13 |
-
|
14 |
def respond(
|
15 |
message,
|
16 |
history: list[tuple[str, str]],
|
|
|
10 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
11 |
# client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
|
12 |
|
|
|
13 |
def respond(
|
14 |
message,
|
15 |
history: list[tuple[str, str]],
|