From d56958331b2b3d3f495e689ef48712f6f694eb63 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 18 Jul 2024 09:49:33 +0100 Subject: [PATCH] Docs tweaks --- plugins/tiddlywiki/ai-tools/docs.tid | 4 ++-- plugins/tiddlywiki/ai-tools/readme.tid | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/plugins/tiddlywiki/ai-tools/docs.tid b/plugins/tiddlywiki/ai-tools/docs.tid index 9ae9ec7a7..3f3e3bbcf 100644 --- a/plugins/tiddlywiki/ai-tools/docs.tid +++ b/plugins/tiddlywiki/ai-tools/docs.tid @@ -8,8 +8,8 @@ See the ''settings'' tab for set up instructions. # Click the {{||$:/plugins/tiddlywiki/ai-tools/page-menu}} icon in the sidebar to open a new conversation # Choose the server from the dropdown: -#* ''Locally running Llamafile server'' - LLlamafile is an open source project that lets you distribute and run LLMs as a single file. The files are large, typically 4+ gigabytes but offer reasonable performance on modern hardware, and total privacy -#* ''~OpenAI Service'' - ~OpenAI is a commercial service that offers paid APIs for accessing some of the most sophisticated LLMs that are available. ~OpenAI requires tokens to be purchased for API usage (this is entirely separate from ~ChatGPT subscriptions) +#* ''Locally running Llamafile server'' +#* ''~OpenAI Service'' (requires API key to be specified in ''settings'') # Type a prompt for the LLM in the text box #* If using ~OpenAI it is possible to attach a single image to a prompt # Click "Send" and wait for the output of the LLM diff --git a/plugins/tiddlywiki/ai-tools/readme.tid b/plugins/tiddlywiki/ai-tools/readme.tid index edaa1d844..747d03a6d 100644 --- a/plugins/tiddlywiki/ai-tools/readme.tid +++ b/plugins/tiddlywiki/ai-tools/readme.tid @@ -4,3 +4,9 @@ title: $:/plugins/tiddlywiki/ai-tools/readme This plugin adds integrated LLM conversations to the TiddlyWiki platform. +The plugin allows live conversations within TiddlyWiki and also importing ~ChatGPT conversation archives. + +The plugin supports two options for the LLM server: + +* ''Locally running Llamafile server'' - LLlamafile is an open source project that lets you distribute and run LLMs as a single file. The files are large, typically 4+ gigabytes but offer reasonable performance on modern hardware, and total privacy +* ''~OpenAI Service'' - ~OpenAI is a commercial service that offers paid APIs for accessing some of the most sophisticated LLMs that are available. ~OpenAI requires tokens to be purchased for API usage (this is entirely separate from ~ChatGPT subscriptions)