Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ service:
workers: 1
color_log: true
access_log: true
customization:
# system-prompt from here: https://github.com/road-core/service/blob/9d65d15a4d1dec47e5aac15ee86fef39db975006/ols/customize/rhdh/prompts.py#L14
system_prompt_path: lightspeed_system_prompt.txt
llama_stack:
use_as_library_client: false
# url: http://llama-stack:8321
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- "8080:8080"
volumes:
- ./config.yaml:/app-root/lightspeed-stack.yaml:Z
- ./lightspeed_system_prompt.txt:/app-root/lightspeed_system_prompt.txt:Z
depends_on:
llama-stack:
condition: service_healthy
Expand Down
Loading