Skip to content

Commit

Permalink
Update quick_ assistant_start.md
Browse files Browse the repository at this point in the history
Signed-off-by: 缨缨 <[email protected]>
  • Loading branch information
xingwanying authored Dec 19, 2024
1 parent de7c890 commit f5443ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/quick_ assistant_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { Assistant } from '@petercatai/assistant';
import '@petercatai/assistant/style';

const YourPetercataiAssistant = () => {
return <Assistant token="<your token>" apiDomain="https://api.petercat.ai" />;
return <Assistant token="<your token>" showBubble={true} isVisible={false} apiDomain="https://api.petercat.ai" />;
};

function App() {
Expand Down

0 comments on commit f5443ba

Please sign in to comment.