mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
Readme rewrite (#12615)
Co-authored-by: Lance Martin <lance@langchain.dev> Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ from langchain.schema.runnable import RunnableLambda, RunnablePassthrough
|
||||
from langchain.utilities import SQLDatabase
|
||||
|
||||
# Add the LLM downloaded from Ollama
|
||||
ollama_llm = "llama2:13b-chat"
|
||||
ollama_llm = "zephyr"
|
||||
llm = ChatOllama(model=ollama_llm)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user