Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 🦙 #39

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
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
1 change: 1 addition & 0 deletions data/storage/aliases/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions data/storage/raft_state.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"state":{"hard_state":{"term":0,"vote":0,"commit":0},"conf_state":{"voters":[7816220365180036],"learners":[],"voters_outgoing":[],"learners_next":[],"auto_leave":false}},"latest_snapshot_meta":{"term":0,"index":0},"apply_progress_queue":null,"first_voter":7816220365180036,"peer_address_by_id":{},"peer_metadata_by_id":{},"this_peer_id":7816220365180036}
25 changes: 25 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
services:
dungeon-master:
build: .
container_name: DungeonMaster
lurkerllama:
image: pupcakes/lurkerllama:latest
container_name: LurkerLlama
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would add platform: linux/amd64 somewhere here

volumes:
- ./data/archives:/data/archives
environment:
- OPENAI_API_KEY=
- DISCORD_API_TOKEN=
- DISCORD_CLIENT_ID=
- DISCORD_GUILD_ID=
- QDRANT_KEY=
- QDRANT_URL=http://qdrant:6333
- AKASH_CHAT_API_KEY=
- AKASH_CHAT_API_ENDPOINT=https://chatapi.akash.network/api/v1
- AKASH_CHAT_API_MODEL=Meta-Llama-3-1-8B-Instruct-FP8
qdrant:
image: qdrant/qdrant:latest
container_name: qdrant
volumes:
- ./data/storage:/qdrant/storage