AI/LLM: Difference between revisions

From Woozle Writes Code
< AI
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{fmt/title|Large Language Model AI (LLMs)}}
I often use these for answering questions (usually technical, occasionally political).
==commercial services==
* [https://chatgpt.com/gpts ChatGPT] (by OpenAI, which is neither open nor AI)
* [https://copilot.microsoft.com/ Copilot] (Microsoft)
* [https://www.perplexity.ai/ Perplexity]
==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]

Revision as of 14:37, 17 September 2024

Large Language Model AI (LLMs)

I often use these for answering questions (usually technical, occasionally political).

commercial services

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