From 9aa1c137833c5b0c682130f1fa99bb64c036bf95 Mon Sep 17 00:00:00 2001 From: sahari Date: Sun, 14 Jul 2024 13:55:54 -0700 Subject: [PATCH] docs: update instruction --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ddab7f7..1471d5e 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ # JennAI JennAI is an open-source chat interface to interact with LLMs. -Part of the inspiration of the project was getting a Go generative AI project running. +Part of the inspiration of the project was getting a Go generative AI project running. After getting a small Go + HTMX + Ollama project setup, I wanted to add more features to it. JennAI is the generative AI helper that gives both cli and UI access to LLMs. ## Features Support for models is currently limited to: -- Bedrock Foundational Models +- Bedrock Foundational Models - Ollama Models ## Dependencies - Bedrock requires model access set as default profile or leveraging `AWS_PROFILE` - Ollama requires installation [link](https://ollama.com/) -## Installation +## Installation ```bash git clone -go install +go install ./cmd/jennai ``` ## Local Development