Spaces:
Runtime error
Runtime error
Update app.py
#1
by
AkshayaKeerthi
- opened
app.py
CHANGED
@@ -6,11 +6,11 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
6 |
"""
|
7 |
|
8 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
9 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
|
11 |
# client = InferenceClient("Xenova/gpt-4o")
|
12 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
13 |
-
|
14 |
|
15 |
def respond(
|
16 |
message,
|
|
|
6 |
"""
|
7 |
|
8 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct")
|
9 |
+
# client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
10 |
# client = InferenceClient("meta-llama/Meta-Llama-3-8B-Instruct" , "HPAI-BSC/Llama3-Aloe-8B-Alpha")
|
11 |
# client = InferenceClient("Xenova/gpt-4o")
|
12 |
# client = InferenceClient("mistralai/mamba-codestral-7B-v0.1")
|
13 |
+
client = InferenceClient("deepseek-ai/DeepSeek-Coder-V2-Instruct")
|
14 |
|
15 |
def respond(
|
16 |
message,
|