-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update documentation #288
Update documentation #288
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we moved the flags and settings mentioned in the docs here to be set in a profile under the software/source/server/profiles directory. this was changed as part of the 01 refactor with @KillianLucas, it would be great if you could reflect these changes by modifying this doc.
i.py, --llm-service, --tts-service, and --stt-service flags are all deprecated now. we only support faster_whisper for stt now as a result of the refactor to use Kolja's RealtimeSTT and TTS. the previous cli flag settings are now configured in a profile.
for example rather than specifying a --tts-service through the flag, you would set interpreter.tts = 'openai' programmatically in a profile and then import the interpreter from that profile in async_server.py. see the current async_server.py for an example of this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Does that include --expose
?
Are there any CLI flags that are still valid?
Added FAQs that I haven't given clear answers to yet.
Update faq.mdx
Excellent work Mike. This is such an improvement, I think people will find this way easier to understand. My thoughts: I think the For A few things I think could belong in the
Let me know what you think! |
…s/01 into update-documentation
…on controlling 01 from different devices.
…n hardware documentation.
Nice, thanks for this update Mike. Merging now, will push to Mintlify. |
[WIP]
A re-structure of the docs
Easiest way to review is to fetch and check out the branch, cd docs, then run
mintlify dev
to see a preview in your browser