Skip to content

Commit

Permalink
chore: Update AI Bot to Unified Bot
Browse files Browse the repository at this point in the history
This commit changes the AI bot integration from the IBC-specific bot to
the integration that understands the full stack - which has been
performing very well in other integration locations.
It also adds a logo for InterchainGPT, and changes the disclaimer text
to reflect.
  • Loading branch information
olliegilbey committed Dec 23, 2024
1 parent 6c41505 commit 476c62f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,19 +353,19 @@ const config = {
scripts: [
{
src: "https://widget.kapa.ai/kapa-widget.bundle.js",
"data-website-id": "806aa1dc-0d46-4563-a8b8-880eecac59f1",
"data-website-id": "33cd677e-ea9e-437e-a3c1-dbacbe03afc1",
"data-project-name": "Interchain",
"data-user-analytics-fingerprint-enabled": "true",
"data-project-color": "#1878FF",
"data-modal-title": "IBC Docs AI",
"data-modal-disclaimer": "This is a custom LLM for the Inter-Blockchain Communication Protocol in Golang (ibc-go). It is trained on the IBC developer documentation, code base, and resources. Answers are AI-generated. Please use your best judgment before implementing. The bot is not trained on documentation, code, or resources for the Cosmos SDK, CometBFT, CosmJS, CosmWasm, or interchain ecosystem blockchains. Please refer to those specific documentation sites for answers to those questions.",
"data-modal-disclaimer": "This is a custom LLM for the Interchain Stack with access to developer documentation and resources across the core Cosmos components. Please note that answers are generated by an AI so please use your best judgement before implementing.",
"data-modal-ask-ai-input-placeholder": "Ask me a question about IBC...",
"data-modal-disclaimer-text-color": "#000000",
"data-modal-disclaimer-font-size": "14px",
"data-modal-image":
"/img/black-ibc-logo-400x400.svg",
"data-project-logo":
"/img/white-ibc-logo-400x400.svg",
"/img/spirograph-white.svg",
async: true,
},
],
Expand Down
5 changes: 5 additions & 0 deletions docs/static/img/spirograph-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 476c62f

Please sign in to comment.