Skip to content

我想用openai的api调用gpt3.5-turbo,实现以下功能: 1.读取文档,文档格式为txt。 2.以50字为间隔分割文档内容。 3.将第一组50字的内容发送给gpt3.5-turbo,要求总结该内容,获得gpt3.5-turbo的response并存储。 4.重复第3步骤,直到将文档内容发送完毕。 5.汇总以上得到的response并输出一个新的txt文件。

Notifications You must be signed in to change notification settings

Sweetyguy/-GPT-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

我想用openai的api调用gpt3.5-turbo,实现以下功能: 1.读取文档,文档格式为txt。 2.以50字为间隔分割文档内容。 3.将第一组50字的内容发送给gpt3.5-turbo,要求总结该内容,获得gpt3.5-turbo的response并存储。 4.重复第3步骤,直到将文档内容发送完毕。 5.汇总以上得到的response并输出一个新的txt文件。

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published