QiYongchuan / MyGitBlog

个人博客主页,记录计算机学习,前端-后端-全栈学习ing
15 stars 0 forks source link

GPTs的学习记录 #69

Open QiYongchuan opened 5 months ago

QiYongchuan commented 5 months ago

背景:尝试创建GPTs的时候,离不开action的API

image image

来源:https://twitter.com/Yangyixxxx/status/1744196785227362744

如何在action中使用API?

1.基础用法:

https://waytoagi.feishu.cn/wiki/IawKwd3IgiHbezkB1KrcAFPRnbf?chunked=false&table=ldxAINVk0W6W2ytB

以及更多的自定义API

image

这里相当于是增强了GPT的功能了,比如联网的API,比gpt自带的联网功能更准确;以及可以解析视频的api,又可以干更多的事情; 这部分目前做的比较全的是gipier,目前已经集成了很多API了。 image https://gapier.com/

发邮件-有没有打电话或者语音模仿明星的声音,叫你起床的呢? AI智能男女友?

刚看到一个:可以用这个来实现打电话! https://twitter.com/i/bookmarks?post_id=1743472077439730049 https://t.co/xy37hSFLuI image

另一个教程网站:

image https://mojju.com/blog/how-to-create-complex-gpts-with-api-actions-and-a-node-js-backend

image

QiYongchuan commented 5 months ago

注意:这里讲到得

image image image

增加数据库的玩法:

image image image

QiYongchuan commented 5 months ago

https://mojju.com/gpt/database-planning-architect-by-mojju image shu'j数据库方面

QiYongchuan commented 5 months ago

最新的网站:无代码形式创建AI应用

image

类似之前的takomi 但是更强大了,提示词以及调用模型方面更强大了

https://create.imagica.ai/fot/#/editor

image