Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ class MyAgent:
|
|
| 31 |
def __init__(self):
|
| 32 |
self.llm = ChatHuggingFace(
|
| 33 |
llm=HuggingFaceEndpoint(
|
| 34 |
-
repo_id="
|
| 35 |
huggingfacehub_api_token='HF_API',
|
| 36 |
task="text-generation",
|
| 37 |
provider="hf-inference",
|
|
|
|
| 31 |
def __init__(self):
|
| 32 |
self.llm = ChatHuggingFace(
|
| 33 |
llm=HuggingFaceEndpoint(
|
| 34 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.2",
|
| 35 |
huggingfacehub_api_token='HF_API',
|
| 36 |
task="text-generation",
|
| 37 |
provider="hf-inference",
|