AI/LLM: Difference between revisions
< AI
Jump to navigation
Jump to search
(Created page with "==Notes== * '''2023-05-24''' [https://www.vice.com/en/article/3akd7y/worried-about-sending-your-data-to-a-chatbot-privategpt-is-here Worried About Sending Your Data to a Chatbot? 'PrivateGPT' Is Here] ** code source: [https://github.com/imartinez/privateGPT privateGPT]") |
No edit summary |
||
Line 1: | Line 1: | ||
==Notes== | ==Notes== | ||
* '''2023-05-24''' [https://www.vice.com/en/article/3akd7y/worried-about-sending-your-data-to-a-chatbot-privategpt-is-here Worried About Sending Your Data to a Chatbot? 'PrivateGPT' Is Here] | * '''2023-05-24''' [https://www.vice.com/en/article/3akd7y/worried-about-sending-your-data-to-a-chatbot-privategpt-is-here Worried About Sending Your Data to a Chatbot? 'PrivateGPT' Is Here] | ||
** | ===Code Sources=== | ||
* [https://github.com/Significant-Gravitas/Auto-GPT Auto-GPT] {{fmt/quote|chains together LLM "thoughts", to autonomously achieve whatever goal you set.}} | |||
** Downside: not fully autonomous; still depends on OpenAI | |||
* [https://github.com/imartinez/privateGPT privateGPT] |
Revision as of 17:15, 20 August 2023
Notes
Code Sources
- Auto-GPT «chains together LLM "thoughts", to autonomously achieve whatever goal you set.»
- Downside: not fully autonomous; still depends on OpenAI
- privateGPT