mirror of
https://github.com/ollama/ollama.git
synced 2025-05-12 19:07:06 +02:00
Update and Fix example models (#6065)
* Update example models * Remove unused README.md
This commit is contained in:
parent
1a83581a8e
commit
0be8baad2b
19 changed files with 32 additions and 24 deletions
|
@ -51,7 +51,7 @@ while True:
|
|||
template=template,
|
||||
)
|
||||
|
||||
llm = Ollama(model="llama3:8b", callback_manager=CallbackManager([StreamingStdOutCallbackHandler()]))
|
||||
llm = Ollama(model="llama3.1", 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