Skip to content
Merged
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
7 changes: 3 additions & 4 deletions charts/intel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ ai:
enabled: false
mode: "bundled" # Options: bundled | external
provider: "ollama" # No OpenAI dependency
image:
repository: hub.edge.codetogether.com/releases/codetogether-llm
tag: latest
resources:
requests:
cpu: "2"
Expand All @@ -151,10 +154,6 @@ ai:
cpu: "4"
memory: "8Gi"
gpu: false
image:
repository: registry.digitalocean.com/codetogether-registry/codetogether-llm
tag: latest


readinessProbe:
initialDelaySeconds: 60
Expand Down
Loading