File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# List of source files stored in ` src/ ` directory
22
33## [ __ init__ .py] ( __init__.py )
4- Main classes for the Lightspeed-stack .
4+ Main classes for the Lightspeed Core Stack REST API service .
55
66## [ client.py] ( client.py )
7- LLama stack client retrieval.
7+ LLama Stack client retrieval class .
88
99## [ configuration.py] ( configuration.py )
1010Configuration loader.
@@ -13,7 +13,7 @@ Configuration loader.
1313Constants used in business logic.
1414
1515## [ lightspeed_stack.py] ( lightspeed_stack.py )
16- Lightspeed stack .
16+ Entry point to the Lightspeed Core Stack REST API service .
1717
1818## [ log.py] ( log.py )
1919Log utilities.
Original file line number Diff line number Diff line change 1- """Main classes for the Lightspeed-stack ."""
1+ """Main classes for the Lightspeed Core Stack REST API service ."""
Original file line number Diff line number Diff line change 1- """LLama stack client retrieval."""
1+ """LLama Stack client retrieval class ."""
22
33import logging
44
Original file line number Diff line number Diff line change 1- """Lightspeed stack .
1+ """Entry point to the Lightspeed Core Stack REST API service .
22
33This source file contains entry point to the service. It is implemented in the
44main() function.
You can’t perform that action at this time.
0 commit comments