Skip to content

Commit

Permalink
docs: update instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
catpaladin committed Jul 14, 2024
1 parent 3315015 commit 9aa1c13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <repo>
go install
go install ./cmd/jennai
```

## Local Development
Expand Down

0 comments on commit 9aa1c13

Please sign in to comment.