Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -66,7 +66,7 @@ def get_ollama_explanation(query, description):
|
|
66 |
|
67 |
# Load LLM
|
68 |
llm = HuggingFaceEndpoint(
|
69 |
-
repo_id="deepseek-ai/DeepSeek-R1",
|
70 |
task="text-generation",
|
71 |
huggingfacehub_api_token=os.environ["LLM_TOKEN"]
|
72 |
)
|
|
|
66 |
|
67 |
# Load LLM
|
68 |
llm = HuggingFaceEndpoint(
|
69 |
+
repo_id="deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
70 |
task="text-generation",
|
71 |
huggingfacehub_api_token=os.environ["LLM_TOKEN"]
|
72 |
)
|