File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Lightspeed Core Service (LCS)
2+ service :
3+ host : 0.0.0.0
4+ port : 8080
5+ auth_enabled : false
6+ workers : 1
7+ color_log : true
8+ access_log : true
9+ llama_stack :
10+ # Library mode - embeds llama-stack as library
11+ use_as_library_client : true
12+ library_client_config_path : run.yaml
13+ user_data_collection :
14+ feedback_enabled : true
15+ feedback_storage : " /tmp/data/feedback"
16+ transcripts_enabled : true
17+ transcripts_storage : " /tmp/data/transcripts"
18+ authentication :
19+ module : " noop"
Original file line number Diff line number Diff line change 1+ name : Lightspeed Core Service (LCS)
2+ service :
3+ host : 0.0.0.0
4+ port : 8080
5+ auth_enabled : false
6+ workers : 1
7+ color_log : true
8+ access_log : true
9+ llama_stack :
10+ # Server mode - connects to separate llama-stack service
11+ use_as_library_client : false
12+ url : http://llama-stack:8321
13+ api_key : xyzzy
14+ user_data_collection :
15+ feedback_enabled : true
16+ feedback_storage : " /tmp/data/feedback"
17+ transcripts_enabled : true
18+ transcripts_storage : " /tmp/data/transcripts"
19+ authentication :
20+ module : " noop"
You can’t perform that action at this time.
0 commit comments