WikiSage is an AI companion plugin for TiddlyWiki that leverages multiple language models (OpenAI's GPT and o1 models and Anthropic's Claude) to enhance your wiki experience.
- Multi-model support (ChatGPT and Claude)
- PDF analysis and processing (requires anthropic)
- Image generation (DALL-E 3) and handling
- Voice interaction (speech-to-text and text-to-speech)
- Smart content editing with macros
- Context-aware wiki operations
- Conversation history management
- Intelligent search and navigation
- Install WikiSage in your TiddlyWiki.
- Add your API keys:
- OpenAI API key in
$:/plugins/NoteStreams/WikiSage/openai-api-key
- Anthropic API key in
$:/plugins/NoteStreams/WikiSage/anthropic-api-key
- OpenAI API key in
Basic widget usage:
<$chat-gpt />
With options:
<$chat-gpt tiddlerTitle="Context" tts="yes" adversarial="yes" />
The plugin supports various other configuration options:
-
- model
- temperature
- top_p
- max_tokens
- presence_penalty
- frequency_penalty
- user