Skip to content

Commit a508241

Browse files
committed
Add explanatory comments
1 parent 2c19a83 commit a508241

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

charts/azimuth-llm/templates/test/end-to-end.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ spec:
1010
spec:
1111
containers:
1212
- name: gradio-client-test
13+
# Assumes that one of the in-repo Gradio apps is used and that
14+
# the app includes a `gradio-test-client.py` script.
1315
image: {{ printf "%s:%s" .Values.ui.image.repository (default .Chart.AppVersion .Values.ui.image.tag) }}
1416
imagePullPolicy: IfNotPresent
1517
command:

web-apps/chat/defaults.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
2+
# Default target is a local ollama instance
3+
# running inside the same docker network
4+
model_name: smollm2:135m
5+
backend_url: http://ollama:11434
6+
17
host_address: 0.0.0.0
28

39
model_instruction: "You are a helpful and cheerful AI assistant. Please respond appropriately."
410

511
page_title: Large Language Model
612

7-
backend_url: http://ollama:11434
8-
model_name: smollm2:135m
9-
1013
# LLM request parameters
1114
# See https://platform.openai.com/docs/api-reference/chat/create
1215
# and https://docs.vllm.ai/en/v0.6.0/serving/openai_compatible_server.html#extra-parameters

0 commit comments

Comments
 (0)