959a391334
Some checks failed
publish docs / publish-docs (push) Has been cancelled
release-please / release-please (push) Has been cancelled
tests / setup (push) Has been cancelled
tests / ${{ matrix.quality-command }} (black) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (mypy) (push) Has been cancelled
tests / ${{ matrix.quality-command }} (ruff) (push) Has been cancelled
tests / test (push) Has been cancelled
tests / all_checks_passed (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
17 lines
220 B
YAML
17 lines
220 B
YAML
server:
|
|
env_name: ${APP_ENV:sagemaker}
|
|
port: ${PORT:8001}
|
|
|
|
ui:
|
|
enabled: true
|
|
path: /
|
|
|
|
llm:
|
|
mode: sagemaker
|
|
|
|
embedding:
|
|
mode: sagemaker
|
|
|
|
sagemaker:
|
|
llm_endpoint_name: llm
|
|
embedding_endpoint_name: embedding |