mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-23 14:30:02 +00:00
Update docs
This commit is contained in:
parent
3b07607d1b
commit
cb9deaa9b5
@ -2,7 +2,4 @@ created: 20131127215321439
|
||||
modified: 20140912135951542
|
||||
title: $:/DefaultTiddlers
|
||||
|
||||
[[TiddlyWiki Pre-release]]
|
||||
HelloThere
|
||||
GettingStarted
|
||||
Community
|
||||
$:/plugins/tiddlywiki/ai-tools
|
@ -3,6 +3,4 @@ modified: 20140912135951542
|
||||
title: $:/DefaultTiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
HelloThere
|
||||
GettingStarted
|
||||
Community
|
||||
$:/plugins/tiddlywiki/ai-tools
|
@ -3,4 +3,4 @@ modified: 20131211131023829
|
||||
title: $:/SiteTitle
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
TiddlyWiki
|
||||
TiddlyWiki AI Tools Plugin
|
@ -10,7 +10,8 @@
|
||||
"tiddlywiki/confetti",
|
||||
"tiddlywiki/dynannotate",
|
||||
"tiddlywiki/tour",
|
||||
"tiddlywiki/qrcode"
|
||||
"tiddlywiki/qrcode",
|
||||
"tiddlywiki/ai-tools"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla",
|
||||
|
@ -1,6 +1,13 @@
|
||||
title: $:/plugins/tiddlywiki/ai-tools/readme
|
||||
|
||||
AI Tools for TiddlyWiki.
|
||||
!! AI Tools for TiddlyWiki
|
||||
|
||||
This plugin adds new AI tools to the TiddlyWiki platform.
|
||||
This plugin adds integrated LLM conversations to the TiddlyWiki platform.
|
||||
|
||||
# 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)
|
||||
# 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
|
||||
|
@ -97,7 +97,7 @@ Action procedure to get the next response from the LLM
|
||||
|
||||
<%if [<currentTiddler>tag[$:/tags/AI/Conversation]] %>
|
||||
|
||||
<$select tiddler=<<currentTiddler>> field="completion-server" default=<<default-llm-completion-server>>>
|
||||
Server: <$select tiddler=<<currentTiddler>> field="completion-server" default=<<default-llm-completion-server>>>
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/AI/CompletionServer]sort[caption]]">
|
||||
<option value=<<currentTiddler>>><$view field='caption'/></option>
|
||||
</$list>
|
||||
|
Loading…
x
Reference in New Issue
Block a user