-
Notifications
You must be signed in to change notification settings - Fork 34
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
Enhance docs #29
Enhance docs #29
Conversation
@@ -1,5 +1,5 @@ | |||
|
|||
# Examples | |||
# Panel Chat Examples |
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.
Renaming to Panel Chat Examples will keep the "Panel Chat Examples" when scrolling. This is much better than "Examples" if you want to copy-paste screen shots and share on social media.
Note the default installation is not optimized for GPU usage. To enable GPU support for local | ||
models (i.e. not OpenAI), install `ctransformers` with the proper backend and modify the | ||
scripts configs' accordingly, e.g. `n_gpu_layers=1` for a single GPU. | ||
!!! note |
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.
Add admonition. Looks better.
@@ -1,18 +1,19 @@ | |||
site_name: Panel Chat Examples | |||
site_description: Example recipes for Panel ChatInterface. | |||
site_description: Example recipes for Panel Chat Components |
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.
I think this site if for Panel Chats in general. Not just Panels ChatInterface components.
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 1
Lines ? 3
Branches ? 0
======================================
Hits ? 0
Misses ? 3
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
I appreciate all the improvements! Looks good to me!
Builds on #26. Please review that one first.
This is an attempt to enhance the docs
Addresses #22 . Fully addressing this would require a custom css file. That can be done later.
Addresses #24 by fixing the most obvious Markdown style issues.
addresses #28 by putting docs instructions into seperate DEVELOPER_GUIDE.md file.