1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-22 15:06:52 +00:00
TiddlyWiki5/plugins/tiddlywiki/ai-tools
Jeremy Ruston db692738fe Allow content type of user input to be specified
Useful to use text/plain for code
2024-10-10 14:54:12 +01:00
..
modules Revert "Give conversation tiddlers a dummy text field" 2024-07-21 15:48:33 +01:00
page-menu Fix ChatGPT import 2024-08-05 16:33:07 +01:00
servers User messages should be wikified 2024-10-10 13:22:59 +01:00
view-templates Refactor procedures and functions to be global for reuse 2024-07-28 13:07:24 +01:00
docs.tid Add documentation for the conversation format 2024-07-28 12:52:43 +01:00
globals.tid Allow content type of user input to be specified 2024-10-10 14:54:12 +01:00
icon.tid Initial Commit 2024-07-09 08:59:49 +01:00
page-menu.tid Initial Commit 2024-07-09 08:59:49 +01:00
plugin.info Basic support for importing ChatGPT archives 2024-07-14 21:16:11 +01:00
readme.tid Docs tweaks 2024-07-18 09:49:33 +01:00
settings.tid Formatting typo 2024-07-18 09:52:24 +01:00
styles.tid Allow content type of user input to be specified 2024-10-10 14:54:12 +01:00
tools.tid Fix ChatGPT import 2024-08-05 16:33:07 +01:00

title: $:/plugins/tiddlywiki/ai-tools/readme

!! AI Tools for TiddlyWiki

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)