ChatTD π¬ 2.0.0 (big update / new features) (Patreon)
Downloads
Content
I have been wanting to make UI for this operator and build out more features with the image models to allow for better template building and conversation sharing. This one has a ton of new tricks I've found for UI and tool building. Available for dotexplorer tier for now! Interested to see what/how you build + experiment + use the operator for ! π₯
More info / features:
Multi-API Support ! π€Ή
- over 120 models available in total !
- openrouter.ai, OpenAI, Groq, and LM Studio (lm studio for local inference)
- Easy API server selection, API key entry, and model choice
- "Find API Key" button for quick access to API service websites
- Stores api keys via local file within Pythonvenv folder
New fancy TD UI ! ποΈ
Stream toggle π
- Enables per token response streaming, allowing the message to come back in chunks, instead of the entire message when finished.
- 'Interrupt Stream' toggle stops stream early
Multimodal Image Integration πΌοΈπ
- Include images in the conversation, supporting multiple per message
- Drag and drop images onto the operator or specify TOP reference
- 'Include Chat Images' toggle allows for all images in conversation to be included (or not).
- ( Vision models only. Will get error back if model doesn't accept or may ignore.
Automatic Conversation Management π
- Saves in json within folder structure
- Create, save, and load conversations using dropdown menu
Other features:- Parameter UI reorganized / cleaned π§Ή
- 'Stop Phrases', 'Seed', 'Frequency Penalty', 'Presence Penalty' in Settings 2 page.
- Callbacks - onGenerate, onDone, and onError π€³
- Easy Python environment setup (must have python 3.11 installed) π
- Monitors token count and cost (estimated / only for non streaming responses)
- Extension class for extended control / functionality π¬
plus more !