mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-10 14:56:06 +00:00
Update docs
This commit is contained in:
@@ -2,7 +2,4 @@ created: 20131127215321439
|
|||||||
modified: 20140912135951542
|
modified: 20140912135951542
|
||||||
title: $:/DefaultTiddlers
|
title: $:/DefaultTiddlers
|
||||||
|
|
||||||
[[TiddlyWiki Pre-release]]
|
$:/plugins/tiddlywiki/ai-tools
|
||||||
HelloThere
|
|
||||||
GettingStarted
|
|
||||||
Community
|
|
@@ -3,6 +3,4 @@ modified: 20140912135951542
|
|||||||
title: $:/DefaultTiddlers
|
title: $:/DefaultTiddlers
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
HelloThere
|
$:/plugins/tiddlywiki/ai-tools
|
||||||
GettingStarted
|
|
||||||
Community
|
|
@@ -3,4 +3,4 @@ modified: 20131211131023829
|
|||||||
title: $:/SiteTitle
|
title: $:/SiteTitle
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
|
|
||||||
TiddlyWiki
|
TiddlyWiki AI Tools Plugin
|
@@ -10,7 +10,8 @@
|
|||||||
"tiddlywiki/confetti",
|
"tiddlywiki/confetti",
|
||||||
"tiddlywiki/dynannotate",
|
"tiddlywiki/dynannotate",
|
||||||
"tiddlywiki/tour",
|
"tiddlywiki/tour",
|
||||||
"tiddlywiki/qrcode"
|
"tiddlywiki/qrcode",
|
||||||
|
"tiddlywiki/ai-tools"
|
||||||
],
|
],
|
||||||
"themes": [
|
"themes": [
|
||||||
"tiddlywiki/vanilla",
|
"tiddlywiki/vanilla",
|
||||||
|
@@ -1,6 +1,13 @@
|
|||||||
title: $:/plugins/tiddlywiki/ai-tools/readme
|
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]] %>
|
<%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]]">
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/AI/CompletionServer]sort[caption]]">
|
||||||
<option value=<<currentTiddler>>><$view field='caption'/></option>
|
<option value=<<currentTiddler>>><$view field='caption'/></option>
|
||||||
</$list>
|
</$list>
|
||||||
|
Reference in New Issue
Block a user