Resulte / roam-power-chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roam Power ChatGPT

This extension brings the powerful ChatGPT right into Roam, to further enrich your roam life. With the help of powerful artificial intelligence assistant powered by ChatGPT, your imagination will be fully unleashed and your creation will be greatly enhanced! Let's rock and roll!

If you want to support my work

Paypal

Main Features

  • Nice Chat UI design and interaction
  • Chat with smart assistant based on Open AI chatGPT in your roam
  • Zero configuration before using it. Once you install this extension, then it will work, zero effort for you. You don't have to have an open ai account, you don't have to configure the key before usinig it. You can still use your own key to have a better experience.
  • Flexiblely configure the chat ai model for your chat session, you can choose from below 10 ai models
    • "text-davinci-002"
    • "text-davinci-001"
    • "text-davinci-003"
    • "text-curie-001"
    • "davinci-instruct-beta"
    • "text-babbage-001"
    • "text-ada-001"
    • "davinci"
    • "curie-instruct-beta"
    • "curie"
    • "ada"
    • "babbage"

Note that

  • Backend service provides a free chatGpt service for you, you don't have to pay for it, I will try my best to keep it running. Right now, I have built a account pool which contains 3 open ai accounts, public users are sharing these 3 open ai accounts. But note that, since you're using the public chatGpt service, the service may not be stable, may not be able to respond your question quickly, or sometimes temporary unavailable
  • You can still provide and configure your own open ai key to ensure that you have the best experience.

Main UI

About the user data

  • The message data is only stored locally in your local storage, which is safe with you. The backend service does not save any user data.
  • Your local storage size is limited, this extension only store 1000 messages, and if you generate more than 1000 messages, the oldest messages will be removed from local storage. 1000 messages is actually a lot, which could be 2-4 weeks of chat data, that should be enough for you.

About Ai Model

You can customize your chat ai model by setting the AI Model in the config panel. You can choose text-davinci-003 which is the latest model, powerful and smarter, but note that it takes a bit time to generate response for your question.

If you want faster response speed, and also get good quality response, text-curie-001 is the one you may like.

Below models are available, and the model details are shown as below.

Model Details

Type Current Name Model size Description
Latest text-davinci-003 175B OpenAI Most Powerful Model, which is so call GPT 3.5
text-davinci-002 175B ChatGPT base model
text-davinci-001 175B
text-curie-001 6.7B curie also has a strong generalization ability and can do most of the tasks that davinci can do. But complex tasks like writing poetry are not up to the task.
text-babbage-001 1.5B
text-ada-001 1.2B
Initial davinci-instruct-beta 175B Initial InstructGPT
curie-instruct-beta 6.7B

About


Languages

Language:JavaScript 92.3%Language:CSS 5.6%Language:TypeScript 2.1%Language:Shell 0.0%