Skip to content

Commit 9b78fca

Browse files
committed
Limit model context length to 100 tokens in CI
1 parent 6c1bd50 commit 9b78fca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/azimuth-llm/ci/default-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ api:
1010
enabled: false
1111
# No GPUs in CI runners
1212
gpus: 0
13+
# Limit context length for efficiency
14+
modelMaxContextLength: 100
1315
ui:
1416
service:
1517
zenith:

0 commit comments

Comments
 (0)