Skip to content

Commit 683bed0

Browse files
authored
Demo/llamastack budget (#6)
* fix: 1. add llamastackclient library to ui req 2. add route clause to llamastack
1 parent 4ce002a commit 683bed0

File tree

5 files changed

+660
-3
lines changed

5 files changed

+660
-3
lines changed

.github/workflows/build-ui-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
images: ${{ env.IMAGE_REGISTRY }}/${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
4242
tags: |
4343
type=raw,value=${{ env.IMAGE_TAG }}
44-
type=sha,prefix={{branch}}-
44+
type=sha
4545
4646
- name: Build and push image
4747
uses: docker/build-push-action@v5

apps/ui/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
streamlit>=1.31.0
22
requests>=2.31.0
3+
llama-stack-client==0.3.3
34

0 commit comments

Comments
 (0)