mirror of
https://github.com/ollama/ollama.git
synced 2025-08-04 20:52:33 +02:00
update default model to llama3.2 (#6959)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from langchain.llms import Ollama
|
||||
|
||||
input = input("What is your question?")
|
||||
llm = Ollama(model="llama3.1")
|
||||
llm = Ollama(model="llama3.2")
|
||||
res = llm.predict(input)
|
||||
print (res)
|
||||
|
Reference in New Issue
Block a user