-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# ChatGPT | ||
|
||
随着人工智能技术的快速发展,ChatGPT已经成为了大多数科研工作者不可或缺的协作者,对于初学者来说尤甚。了解如何连接ChatGPT,或者使用转发站调用API,是一项必备的技能,尤其在自学中,往往老师不是经常存在的,而GPT如今已经具有了理解复杂数学公式推导的能力,加上其代码能力一直是强项,可以极大的提升每一个人的效率。 | ||
随着人工智能技术的快速发展,ChatGPT已经成为了大多数科研工作者不可或缺的协作者,对于初学者来说尤甚。了解如何连接 ChatGPT,或者使用转发站调用 API,是一项必备的技能,尤其在自学中,往往老师不是经常存在的,而GPT如今已经具有了理解复杂数学公式推导的能力,加上其代码能力一直是强项,可以极大的提升每一个人的效率。 | ||
|
||
关于如何通过官网开始使用,相关内容涉及一些法规问题,本文将不会涉及,而读者可以自行前去了解,本文将讲解一些其他的方案,如使用转发站。 | ||
|
||
## 使用转发站 | ||
|
||
转发站是使用 ChatGPT API 的一个简便方法,它将 API 的调用过程封装起来,使得用户可以更方便地使用。不得不说的是,大多数的转发站仅仅提供了 ChatGPT 的接口,而一些如 ChatGPT 官网一样强大的功能(如最新的记忆功能)则无法使用,而调用 API 的程序则往往也没有进行相应的实现,但是作为日常使用(编程/翻译/问答/聊天)依然已经足矣。 | ||
|