====== ChatGPT ======
获取 accesstoken 的地址 ''%%https://chat.openai.com/api/auth/session%%'', 前提是已经登录了chatgpt
[[https://github.com/maiernte/Free-AUTO-GPT-with-NO-API|Free-AUTO-GPT-with-NO-API 项目]]
免费使用ChatGpt 4的网站
* [[https://huggingface.co/spaces/ysharma/ChatGPT4|ChatGPT4 体验版]]
* [[https://ora.sh/openai/gpt4|Ora]]
===== AgentGpt =====
部署方式:
''%%https://github.com/maiernte/AgentGPT%%''
git clone https://github.com/reworkd/AgentGPT.git
cd AgentGPT
./setup.sh --docker
然后到setting里面设定自己的OpenAIKey。
使用方式:
1. 起一个名字
2. 描述一个任务
3. 部署代理,搞定
===== ChatGpt Web =====
[[https://github.com/Chanzhaoyu/chatgpt-web|项目地址]]
===== 本地运行 =====
Docker应用安装:https://www.docker.com/products/docke...
获取TOKEN:http://chat.openai.com/api/auth/session
免费体验地址:https://chat.zhile.io
第一条指令:''%%docker pull pengzhile/pandora%%''
第二条指令:''%%docker run -e PANDORA_CLOUD=cloud -e PANDORA_SERVER=0.0.0.0:8899 -p 8899:8899 -d pengzhile/pandora%%''
===== Azure 项目 =====
[[https://azure.microsoft.com/zh-CN/products/cognitive-services/openai-service|Azure AI]] [[https://learn.microsoft.com/zh-cn/azure/cognitive-services/openai/tutorials/embeddings?wt.md_id=searchAPI_azureportal_inproduct_rmskilling&sessionId=6dd659c0839b4585bbc433fcf76ff265&tabs=command-line|文档]]
[[https://learn.microsoft.com/zh-cn/azure/cognitive-services/openai/how-to/chatgpt?source=recommendations&pivots=programming-language-chat-completions|ChatGpt 4]]
[[https://www.cnblogs.com/stulzq/p/17285989.html|中文介绍]] / [[https://portal.azure.com/#home|我的控制台]]
===== Github 项目 =====
* [[https://github.com/ricklamers/gpt-code-ui/|Code UI 项目]]
* [[https://github.com/StanGirard/quivr|Guivr 个人信息库项目]]