Skip to content

Commit

Permalink
📝 docs: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 21, 2023
1 parent d3fa039 commit d5d1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProChat/demos/default.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => {
const theme = useTheme();
return (
<Flexbox style={{ background: theme.colorBgLayout }}>
<ProChat request={'https://chat.lobehub.com/api/openai/chat'} config={example.config} />
<ProChat request={'/api/openai/chat'} config={example.config} />
</Flexbox>
);
};

0 comments on commit d5d1647

Please sign in to comment.