Spaces:
Sleeping
Sleeping
Update src/RAGSample.py
Browse files- 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="
|
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 |
|