-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Doc: Updated Icon for QlikCloud & Openlineage (#305) Co-authored-by: Prajwal Pandit <[email protected]> * Adds RunLLM Widget configuration script (#307) * Adds RunLLM Widget configuration script * Update script configuration for RunLLM widget --------- Co-authored-by: Andre Giron <[email protected]> --------- Co-authored-by: Prajwal214 <[email protected]> Co-authored-by: Prajwal Pandit <[email protected]> Co-authored-by: Andre Giron <[email protected]> Co-authored-by: Andre Giron <[email protected]>
- Loading branch information
1 parent
0d71026
commit 94871b1
Showing
5 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
export function RunLLMWidgetScript() { | ||
return ( | ||
<script | ||
defer | ||
id="runllm-widget-script" | ||
type="module" | ||
src="https://widget.runllm.com" | ||
runllm-server-address="https://api.runllm.com" | ||
runllm-assistant-id="143" | ||
runllm-position="BOTTOM_RIGHT" | ||
runllm-keyboard-shortcut="Mod+k" | ||
runllm-name="OpenMetadata" | ||
runllm-brand-logo="https://avatars.githubusercontent.com/u/86132257?s=200&v=4" | ||
runllm-community-type="slack" | ||
runllm-community-url="https://openmetadata.slack.com/join/shared_invite/zt-2muq1e0tw-igZZQLgnn9etFmWACHUdMg" | ||
></script> | ||
); | ||
} | ||
|
||
export default RunLLMWidgetScript; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.