Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ scrape_tool = ScrapeWebsiteTool()
|
|
17 |
from langchain_community.llms import HuggingFaceEndpoint
|
18 |
|
19 |
llm = HuggingFaceEndpoint(
|
20 |
-
repo_id="
|
21 |
huggingfacehub_api_token=os.getenv('HF_KEY'),
|
22 |
task="text-generation",
|
23 |
temperature=0.7,
|
|
|
17 |
from langchain_community.llms import HuggingFaceEndpoint
|
18 |
|
19 |
llm = HuggingFaceEndpoint(
|
20 |
+
repo_id="mistralai/Mistral-Nemo-Instruct-2407",
|
21 |
huggingfacehub_api_token=os.getenv('HF_KEY'),
|
22 |
task="text-generation",
|
23 |
temperature=0.7,
|