Skip to content

Commit

Permalink
Add new config params to configuration docs with rationale for defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 22, 2024
1 parent 35c1a81 commit 337da99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ hana:
fastapi_title: "My HANA API Host"
fastapi_summary: "Personal HTTP API to access my DIANA backend."
disable_auth: True
stt_max_length_encoded: 500000 # Arbitrary limit that is larger than any expected voice command
tts_max_words: 128 # Arbitrary limit that is longer than any default LLM token limit
```
It is recommended to generate unique values for configured tokens, these are 32
bytes in hexadecimal representation.
Expand Down

0 comments on commit 337da99

Please sign in to comment.