AI/LLM: Difference between revisions

From Woozle Writes Code
< AI
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
* [https://www.perplexity.ai/ Perplexity]
* [https://www.perplexity.ai/ Perplexity]
==Notes==
==Notes==
* '''2024-10-07''' [https://arxiv.org/pdf/2410.05229 GSM-Symbolic: Understanding the Limitations of Mathematical Reasoning in Large Language Models] (paper by Apple researchers; [https://sfba.social/@drahardja/113310311247575811 via])
* '''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===
===Code Sources===
Line 14: Line 15:
** Downside: not fully autonomous; still depends on OpenAI
** Downside: not fully autonomous; still depends on OpenAI
* [https://github.com/imartinez/privateGPT privateGPT]
* [https://github.com/imartinez/privateGPT privateGPT]
==Footnote==
==Footnote==
<references>
<references>
<ref name=ai>...in the sense that LLMs in general are not really what the term "AI" means to me.</ref>
<ref name=ai>...in the sense that LLMs in general are not really what the term "AI" means to me.</ref>
</references>
</references>

Revision as of 12:16, 16 October 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

Footnote

  1. ...in the sense that LLMs in general are not really what the term "AI" means to me.