mirror of
https://github.com/ollama/ollama.git
synced 2025-05-12 19:07:06 +02:00
update default model to llama3.2 (#6959)
This commit is contained in:
parent
e9e9bdb8d9
commit
55ea963c9e
29 changed files with 102 additions and 100 deletions
|
@ -51,7 +51,7 @@ while True:
|
|||
template=template,
|
||||
)
|
||||
|
||||
llm = Ollama(model="llama3.1", callback_manager=CallbackManager([StreamingStdOutCallbackHandler()]))
|
||||
llm = Ollama(model="llama3.2", callback_manager=CallbackManager([StreamingStdOutCallbackHandler()]))
|
||||
qa_chain = RetrievalQA.from_chain_type(
|
||||
llm,
|
||||
retriever=vectorstore.as_retriever(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue