Skip to content

Commit

Permalink
fix: modify good example path
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Jun 15, 2023
1 parent e4222e2 commit 351c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const Chat: FC<Props> = memo(
<>
<p className="mt-2 px-8 text-xs text-gray-500 dark:text-gray-400">This environment is only for trial and supports a maximum file size of {humanFileSize(CHAT_FILES_MAX_SIZE)}.</p>
<p className="mt-2 px-8 text-xs text-gray-500 dark:text-gray-400">Here are some good starting questions:
<a className="text-xs text-gray-500 dark:text-gray-400 underline" href="https://github.com/guangzhengli/ChatFiles/blob/dev/doc/Example.md"> Good Examples .</a>
<a className="text-xs text-gray-500 dark:text-gray-400 underline" href="https://github.com/guangzhengli/ChatFiles/blob/main/doc/Example.md"> Good Examples .</a>
</p>
<p className="mt-2 px-8 text-xs text-gray-500 dark:text-gray-400">If you need to upload larger files, please deploy your own chatfiles by:
<a className="text-xs text-gray-500 dark:text-gray-400 underline" href="https://github.com/guangzhengli/ChatFiles"> ChatFiles</a>
Expand Down

0 comments on commit 351c4d7

Please sign in to comment.