From ebcc3a971beac6d497d46ecf76031b8337148f15 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Mon, 5 Feb 2024 12:08:36 +0100 Subject: [PATCH] ed --- README.md | 2 -- src/categorize_expenses.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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"))