🎩 Want to build a plugin? Join the power users that receive cash for building popular stuff. View the Complete Plugin Builders Guide to start.

Developer Notes & Instructions

17 Comments

9:27pm on April 6, 2023

This is awesome. This plugin itself and the whole plugin architecture seems very cool. Subscription money well spent. Nice work!

User #78311
7:52pm on May 26, 2023

Super excited about Amplenote. I've been a Mem.ai user. I like how Mem uses my content to train the model. I also like automated suggestions for backlinks/related notes. Thoughts?

3:27am on August 24, 2023

I am getting "Could not determine an answer to the provided question" though I just signed up with the openAI API key. Please advise as I am stuck

User #96358
3:06pm on September 14, 2023

I am getting the same error as Sudh, despite providing a valid GPT-4 API key

5:06pm on May 18, 2024

@User #124323 sounds like some more details would help elucidate what is going wrong. Do you mind emailing support@amplenote.com with your question?

User #108817
11:00am on December 14, 2023

I am on the same boat.
Always getting the "Could not determine an answer to the provided question"

User #73905
8:31pm on December 31, 2023

Ollama doesn't support AMD cards yet, I wish we could use other backends such as Koboldcpp

User #103008
11:40am on February 24, 2024

I find the plugin very useful and it would be even more convenient if I didn't have to specify the purpose of the revision every time. It is cumbersome to consistently copy and paste "Revise for clarity" into the text field, as that is my preferred goal. Could you change the entry field into a radio button option with "Revise for clarity" preselected as the default choice?

User #134323
11:45pm on May 1, 2024

I am a little confused on how to install it. I have Chat GPT 4.0, but I can't seem to get it to work. Do I need to purchase anything else?

User #50659
1:59am on May 18, 2024

the OLLAMA_ORIGINS command doesn't work; can someone explain how to make it work?

5:06pm on May 18, 2024

@User #50659 some more details would be useful here. Please feel free to email support@amplenote.com with what errors you are encoutering (and what operating system you are on)

2:28pm on June 27, 2024

I saw that summarize function is available for the entire note, but I think it would be really handy to be able to highlight text and choose AmpleAI: Summarize from the Extract selection menu.

User #153656
5:02pm on July 24, 2024

great plugin but i got confused how to install , please help us

User #150053
8:13am on July 26, 2024

@User #153656 How to install an Amplenote plugin: https://www.amplenote.com/help/installing_and_using_plugins

User #159138
10:16pm on August 18, 2024

Steps for those having problems installing AmpleAI in window:
1- To use the plugin with Ollama, download, install and run Ollama.
2- Open cmd or powershell and type the following command to install a LLM (e.g. mistral):

ollama run mistral

3- Once LLM is installed, close cmd or powershell, click on the Ollama icon on your toolbar and select “Quit Ollama”.
4- Open cmd or powershell and enter the following commands:
a) for cmd sequentially two command:

set OLLAMA_ORIGINS=https://plugins.amplenote.com
ollama serve

b) for powershell:

$env:OLlama_ORIGINS=“https://plugins.amplenote.com”; ollama serve

5- Do not close cmd or powershell as long as you use the plugin. Hope it helps.

11:12am on September 3, 2024

I am having issues using AmpleAI with ollama on mac

I typed "OLLAMA_ORIGINS=https://plugins.amplenote.com ollama serve" in the terminal but amplenote app cannot detect it

11:13am on September 3, 2024

Ok figured its a amplenote desktop issue, the desktop app doesn't seem to be working with Ollama, must be a issue of adding the url to allowed URLs