To get an OpenAI API key, sign up for OpenAI, then visit OpenAI's API keys page.
View this plugin in the Amplenote Plugin Directory | Install this plugin | View this plugin as a public note
name | AmpleAI | Information |
description | OpenAI & Ollama interface built to enhance note taking, answer questions, and help proofread documents. | |
icon | psychology | |
setting | OpenAI API Key | |
setting | Preferred AI model (e.g., 'gpt-4o') | Accepts a comma-delimited list of preferred models. E.g., |
setting | API Key | Deprecated, use the OpenAI API key field instead |
instructions | This plugin imbues Amplenote with various AI superpowers, including: |
Used by Plugin Builder:
Entry: https://github.com/alloy-org/ai-plugin/build/compiled.js
linkVersion History
June 22, 2024. Improve parsing of certain AI responses, like Thesaurus.
February 21, 2023. Improvements to streaming, fix "Follow up question" not working when "Summarize" option chosen.
December 30, 2023
Add "Image from preceding"
December 29, 2023
Add Thesaurus
Add Sort Groceries
Add dual LLM querying
Add response streaming
Add LLM chat
Utilize JSON responses for better response consistency
June 29, 2023. Add request timeout and retry. Improvements to "Complete" and "Continue."
June 28, 2023. Add "Complete" as an alias of "Continue." Set up complete & continue to send text surrounding them, so they can be utilized after the first 12k characters of a note.
May 24, 2023. Added "Continue," "Rhyming," and "Answer" options
April 12, 2023. Added gpt-4 as option
March 29, 2023. Initial implementation