Spaces:
Running
Running
debug
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import os
|
|
7 |
|
8 |
login(token=os.environ["HUGGINGFACEHUB_API_TOKEN"])
|
9 |
|
10 |
-
model =
|
11 |
|
12 |
def predict(message, history):
|
13 |
history_langchain_format = []
|
|
|
7 |
|
8 |
login(token=os.environ["HUGGINGFACEHUB_API_TOKEN"])
|
9 |
|
10 |
+
model = ChatHuggingFace(model="HuggingFaceH4/zephyr-7b-beta")
|
11 |
|
12 |
def predict(message, history):
|
13 |
history_langchain_format = []
|