mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-10 07:35:59 +00:00
fix
This commit is contained in:
parent
fd54727aef
commit
375546ade3
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,8 @@ export POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-llamastack}
|
||||||
export INFERENCE_MODEL=${INFERENCE_MODEL:-meta-llama/Llama-3.2-3B-Instruct}
|
export INFERENCE_MODEL=${INFERENCE_MODEL:-meta-llama/Llama-3.2-3B-Instruct}
|
||||||
export SAFETY_MODEL=${SAFETY_MODEL:-meta-llama/Llama-Guard-3-1B}
|
export SAFETY_MODEL=${SAFETY_MODEL:-meta-llama/Llama-Guard-3-1B}
|
||||||
|
|
||||||
|
export NEXT_PUBLIC_LLAMA_STACK_BASE_URL=${NEXT_PUBLIC_LLAMA_STACK_BASE_URL:-}
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
||||||
command: ["/bin/sh"]
|
command: ["/bin/sh"]
|
||||||
env:
|
env:
|
||||||
- name: NEXT_PUBLIC_LLAMA_STACK_BASE_URL
|
- name: NEXT_PUBLIC_LLAMA_STACK_BASE_URL
|
||||||
value: http://a9b23cf49859a4404a995d8de9be196c-1309033458.us-west-2.elb.amazonaws.com:8321
|
value: ${NEXT_PUBLIC_LLAMA_STACK_BASE_URL}
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue