Skip to content

Commit

Permalink
Update quick_ assistant_start_cn.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 d8647f2 commit 5dabdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/quick_ assistant_start_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { Assistant } from '@petercatai/assistant';
import '@petercatai/assistant/style';

const YourPetercataiAssistant = () => {
return <Assistant token="< 你的 token >" />;
return <Assistant token="< 你的 token >" apiDomain="https://api.petercat.ai" />;
};

function App() {
Expand Down

0 comments on commit 5dabdd0

Please sign in to comment.