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 Nov 23, 2024
1 parent 5dabdd0 commit 06caaa0
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>" />;
return <Assistant token="<your token>" apiDomain="https://api.petercat.ai" />;
};

function App() {
Expand Down

0 comments on commit 06caaa0

Please sign in to comment.