brendon-ai commited on
Commit
d1cd2dc
·
verified ·
1 Parent(s): b054d7d

Update src/RAGSample.py

Browse files
Files changed (1) hide show
  1. src/RAGSample.py +1 -1
src/RAGSample.py CHANGED
@@ -335,7 +335,7 @@ Answer:
335
  # Initialize the LLM with dolphin-llama3:8b model
336
  # Note: This requires the Ollama server to be running with the specified model
337
  llm = ChatOllama(
338
- model="dolphin-llama3:8b",
339
  temperature=0,
340
  )
341
 
 
335
  # Initialize the LLM with dolphin-llama3:8b model
336
  # Note: This requires the Ollama server to be running with the specified model
337
  llm = ChatOllama(
338
+ model="deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
339
  temperature=0,
340
  )
341