ed
This commit is contained in:
@@ -25,8 +25,6 @@ Make sure you have the following prerequisites installed on your machine:
|
||||
|
||||
```bash
|
||||
cd ollama-docker
|
||||
mkdir ollama/ollama
|
||||
mkdir ollama/ollama-webui
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from langchain_community.llms import Ollama
|
||||
|
||||
llm = Ollama(model="llama2")
|
||||
llm.invoke("The first man on the moon was ...")
|
||||
llm = Ollama(model="llama2-uncensored")
|
||||
print(llm.invoke("was neil armstrong gay"))
|
||||
|
||||
Reference in New Issue
Block a user