mirror of
https://github.com/ollama/ollama.git
synced 2025-08-04 18:22:42 +02:00
Update and Fix example models (#6065)
* Update example models * Remove unused README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from langchain.llms import Ollama
|
||||
|
||||
input = input("What is your question?")
|
||||
llm = Ollama(model="llama3")
|
||||
llm = Ollama(model="llama3.1")
|
||||
res = llm.predict(input)
|
||||
print (res)
|
||||
|
Reference in New Issue
Block a user