File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
44
44
with :
45
45
ref : ${{ github.event.pull_request.head.sha }}
46
46
47
- # - name: Run Gradio app tests
48
- # run: |
49
- # ./test-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }})
50
- # working-directory: web-apps
47
+ - name : Run Gradio app tests
48
+ run : |
49
+ ./test-images.sh $(git rev-parse --short ${{ github.event.pull_request.head.sha }})
50
+ working-directory : web-apps
51
51
52
52
- name : Install Helm
53
53
uses : azure/setup-helm@v4
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ model_instruction: "You are a helpful and cheerful AI assistant. Please respond
4
4
5
5
page_title : Large Language Model
6
6
7
+ backend_url : http://ollama:11434
8
+ model_name : smollm2:135m
9
+
7
10
# LLM request parameters
8
11
# See https://platform.openai.com/docs/api-reference/chat/create
9
12
# and https://docs.vllm.ai/en/v0.6.0/serving/openai_compatible_server.html#extra-parameters
@@ -24,6 +27,6 @@ theme_params: {}
24
27
theme_params_extended : {}
25
28
26
29
# Additional CSS and JS overrides
27
- # See https://www.gradio.app/guides/custom-CSS-and-JS
30
+ # See https://www.gradio.app/guides/custom-CSS-and-JS
28
31
css_overrides :
29
32
custom_javascript :
You can’t perform that action at this time.
0 commit comments