Skip to content
Merged
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
4 changes: 4 additions & 0 deletions compose/.env-template
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ SSL_INTEL_CERT=ssl-intel.crt
SSL_INTEL_KEY=ssl-intel.key

DHPARAM_PEM=dhparam.pem

# Uncomment the following lines to enable AI integration with Ollama
#CT_HQ_OLLAMA_AI_URL=http://codetogether-llm:8000
#CT_HQ_OLLAMA_AI_MODEL_NAME=gemma3:1b
13 changes: 13 additions & 0 deletions compose/compose.ai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 👇 Rename `.env-template` to `.env` before running this file
# Set the appropriate values once renamed
services:
ai:
image: hub.edge.codetogether.com/releases/codetogether-llm:latest
container_name: codetogether-llm
ports:
- "8000:8000"
networks:
- codetogethernet
depends_on:
codetogether-intel:
condition: service_healthy
Loading