update langchain examples
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from langchain.llms import Ollama
|
||||
llm = Ollama(model="llama2")
|
||||
res = llm.predict("hi!")
|
||||
res = llm.predict("hello")
|
||||
print (res)
|
||||
|
||||
Reference in New Issue
Block a user