-
Notifications
You must be signed in to change notification settings - Fork 688
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
RunLLM Widget Configuration #5266
Conversation
Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line:
|
08a135b
to
7f1a625
Compare
Signed-off-by: Andre Giron <[email protected]>
bb3ed47
to
0265119
Compare
@davidmirror-ops this is the chat widget PR. |
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! One small change requested.
docs/_templates/base.html
Outdated
@@ -75,6 +75,14 @@ | |||
{%- block extra_styles -%} | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" /> | |||
<link rel="preconnect" href="https://WLG0MZB58Q-dsn.algolia.net" crossorigin /> | |||
|
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 should be moved below the {%- block extrahead -%}{%- endblock -%}
line (currently line 91 in this PR). Currently this is inside the extra_styles
block.
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.
good catch, I'll get this updated.
Signed-off-by: Andre Giron <[email protected]>
…inked to. Signed-off-by: Andre Giron <[email protected]>
Signed-off-by: Andre Giron <[email protected]>
0265119
to
9398b3d
Compare
Congrats on merging your first pull request! 🎉 |
Tracking issue
N/A
Why are the changes needed?
This pull request adds the necessary scripts to add the RunLLM widget to the Flyte documentation.
What changes were proposed in this pull request?
Includes a script tag in the base template.
How was this patch tested?
This code was tested on a Github Codespace. To test changes, I built the project and served it to myself with a simple http server to verify that the static site bundle works properly.
Screenshots
^ Once all the plumbing is hooked up on our backend this error should go away.
After configuring things on our end, here is a screenshot of the widget in action running against a staging deployment: