jrkotun commited on
Commit
bcc7b20
·
verified ·
1 Parent(s): 3055fa2

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
  )