Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
output/
input/

assistant_config.yml

# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore

# Logs
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,26 @@
![ada-deepseek-v3.png](./images/ada-deepseek-v3.png)

## Setup

### .env
- `cp .env.sample .env`
- Update with your keys `DEEPSEEK_API_KEY` and `ELEVEN_API_KEY`
- `uv sync`
- (optional) install python 3.11 (`uv python install 3.11`)

### assistant_config.yml
- `cp assistant_config.yml.sample assistant_config.yml`
- `assistant_name`: the name of the assistant
- `human_companion_name`: the name of the human companion
- `ears`: the ears of the assistant (RealtimeSTT, ollama, etc.)
- `brain`: the brain of the assistant (Deepseek-V3, ollama:phi4, ollama:<any installed model>, etc.)
- `voice`: the voice of the assistant (ElevenLabs, local, etc.)
- `elevenlabs_voice`: the voice of the assistant (local, ElevenLabs)
- if using elevenlabs, you will need to select a voice form the elevenlabs website.

### Linux only
If you recieve the error: `Unable to load any of {libcudnn_ops.so.9.1.0, libcudnn_ops.so.9.1, libcudnn_ops.so.9, libcudnn_ops.so}`
- `sudo apt install libcudnn9-cuda-12` (assuming you have cuda 12 installed)

## Commands

Expand Down
14 changes: 0 additions & 14 deletions assistant_config.yml

This file was deleted.