Skip to content
forked from dirk1983/chatgpt

PHP版调用chatgpt接口进行问答的Demo。页面UI简洁,支持连续会话,支持保存查询日志。只需要修改message.php中的API_KEY即可使用。

Notifications You must be signed in to change notification settings

aisuyi065/chatgpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatgpt

PHP版调用chatgpt接口进行问答的Demo。

页面UI简洁,支持连续对话,支持保存查询日志。只需要修改message.php中的API_KEY即可使用。

index.php前面的代码还可以实现区分内外网IP,内网直接访问,外网通过BASIC认证后可访问。可以根据需要删掉注释并进行修改。

适合放在公司内网,让同事们一起体验chatGPT的强大功能,或者自己用。

微信截图_20230216175637

对chatgpt感兴趣的同学们欢迎加群讨论

微信截图_20230216182019

About

PHP版调用chatgpt接口进行问答的Demo。页面UI简洁,支持连续会话,支持保存查询日志。只需要修改message.php中的API_KEY即可使用。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 81.2%
  • PHP 12.3%
  • JavaScript 6.5%