Spaces:
Runtime error
Runtime error
abhi1nandy2
commited on
Commit
•
15e4873
1
Parent(s):
8735569
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
32 |
"""
|
33 |
client = InferenceClient("stabilityai/stablelm-2-1_6b-chat")#("stabilityai/stablelm-2-1_6b-chat")#("TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ")#("TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF")#("QuantFactory/Meta-Llama-3-8B-Instruct-GGUF")#("HuggingFaceH4/zephyr-7b-beta")
|
34 |
|
35 |
-
SYSTEM_MESSAGE = "You are a QA chatbot to answer queries on my homepage that has the following information -\n\n" + "\n\n".join(text_list) + "\n\n"
|
36 |
|
37 |
def respond(
|
38 |
message,
|
|
|
32 |
"""
|
33 |
client = InferenceClient("stabilityai/stablelm-2-1_6b-chat")#("stabilityai/stablelm-2-1_6b-chat")#("TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ")#("TheBloke/TinyLlama-1.1B-Chat-v1.0-GGUF")#("QuantFactory/Meta-Llama-3-8B-Instruct-GGUF")#("HuggingFaceH4/zephyr-7b-beta")
|
34 |
|
35 |
+
SYSTEM_MESSAGE = "You are a QA chatbot to answer queries (in less than 30 words) on my homepage that has the following information -\n\n" + "\n\n".join(text_list) + "\n\n"
|
36 |
|
37 |
def respond(
|
38 |
message,
|