mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
28 lines
1.2 KiB
Plaintext
28 lines
1.2 KiB
Plaintext
title: $:/plugins/tiddlywiki/ai-tools/docs
|
|
|
|
!! Setting Up
|
|
|
|
See the ''settings'' tab for set up instructions.
|
|
|
|
!! Live AI Conversations in ~TiddlyWiki
|
|
|
|
# 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''
|
|
#* ''~OpenAI Service'' (requires API key to be specified in ''settings'')
|
|
# 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
|
|
|
|
!! Import ~ChatGPT Conversation Archives
|
|
|
|
# [[Follow the instructions|https://help.openai.com/en/articles/7260999-how-do-i-export-my-chatgpt-history-and-data]] to request an export of your ~ChatGPT data
|
|
# You will receive a link to download your data as a ZIP file
|
|
# Download and unzip the file
|
|
# Locate the file `conversations.json` within the archive and import it into your TiddlyWiki
|
|
# Visit the ''tools'' tab and locate your `conversations.json` tiddler
|
|
# Click the associated ''import'' button
|
|
# See the imported conversations listed in the ''tools'' tab
|
|
# The imported tiddler `conversations.json` is no longer required and can be deleted
|
|
|