From 3d61b477835ebefdd6cc58fca1edbc0c5b19d126 Mon Sep 17 00:00:00 2001 From: Tsung-Han Yu <14802181+johan456789@users.noreply.github.com> Date: Fri, 23 Jun 2023 05:30:56 +0800 Subject: [PATCH] Update pf.en.mdx --- pages/applications/pf.en.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/applications/pf.en.mdx b/pages/applications/pf.en.mdx index 5589bbd..0db7d3f 100644 --- a/pages/applications/pf.en.mdx +++ b/pages/applications/pf.en.mdx @@ -103,5 +103,5 @@ Now, there already have many projects that are working on programming GPT, such But those projects are designed either for product customer or for users who can code with Python or other programming languages. For the average user, use this easy template for daily work and iterate a couple of times. Use a note application to document the function, and it can even be updated to a library. -Alternatively, some open source ChatGPT tools, such as ChatGPT-Next-Web, chatbox, and ChatGPT-Desktop, can be used. Currently, ChatGPT-Next-Web allows adding a few shots before initializing the new chat. -We can use this feature to add our function, which can then be used. \ No newline at end of file +Alternatively, some open source ChatGPT tools, such as [ChatGPT-Next-Web](https://github.com/Yidadaa/ChatGPT-Next-Web), [chatbox](https://github.com/Bin-Huang/chatbox), and [ChatGPT-Desktop](https://github.com/lencx/ChatGPT), can be used. Currently, ChatGPT-Next-Web allows adding a few shots before initializing the new chat. +We can use this feature to add our function, which can then be used.