We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df4bfc commit 1096c14Copy full SHA for 1096c14
1 file changed
lightspeed-stack.yaml
@@ -8,12 +8,12 @@ service:
8
access_log: true
9
llama_stack:
10
# Uses llama-stack as a library
11
- use_as_library_client: true
12
- library_client_config_path: run.yaml
+ use_as_library_client: false
+ # library_client_config_path: run.yaml
13
# Remote service configuration (disabled)
14
# use_as_library_client: false
15
- # url: http://llama-stack:8321
16
- # api_key: xyzzy
+ url: http://llama-stack:8321
+ api_key: xyzzy
17
user_data_collection:
18
feedback_enabled: true
19
feedback_storage: "/tmp/data/feedback"
0 commit comments