feat: enhance code quality and documentation
- Renamed Feedback class to follow PascalCase convention - Fixed candidate enumeration start index from 0 to 1 - Simplified candidate content access by removing .message.content - Updated CONFIG_PATH environment variable name to CONFIG_PATH_ARG - Bumped version from 0.5 to 0.6 - Removed unnecessary return statement and trailing newline
This commit is contained in:
parent
0ebfa7c519
commit
d80b29e4f2
3 changed files with 7 additions and 8 deletions
|
|
@ -50,7 +50,7 @@ Options:
|
|||
Any arguments that remain after the options above are passed directly to uvicorn.
|
||||
|
||||
Environment variables:
|
||||
CONFIG_PATH Alternative way to specify the config path.
|
||||
CONFIG_PATH_ARG Alternative way to specify the config path.
|
||||
NOMYO_ROUTER_CONFIG_PATH Overrides the config path (same as --config-path).
|
||||
UVICORN_HOST Host interface to bind to (default: 0.0.0.0).
|
||||
UVICORN_PORT Port to listen on (default: 12434).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue