diff --git a/README.md b/README.md index c6846c6..3a372ff 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/categorize_expenses.py b/src/categorize_expenses.py index 4405fa5..a6809ed 100644 --- a/src/categorize_expenses.py +++ b/src/categorize_expenses.py @@ -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"))