Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangchinh25/obsidian-gpt
This plugin lets the user Q&A with their own notes, powered by OpenAI.
https://github.com/dangchinh25/obsidian-gpt
obsidian-plugin openai typescript
Last synced: 2 months ago
JSON representation
This plugin lets the user Q&A with their own notes, powered by OpenAI.
- Host: GitHub
- URL: https://github.com/dangchinh25/obsidian-gpt
- Owner: dangchinh25
- License: mit
- Created: 2023-10-08T00:46:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T03:06:47.000Z (about 1 year ago)
- Last Synced: 2024-08-08T00:44:35.094Z (6 months ago)
- Topics: obsidian-plugin, openai, typescript
- Language: TypeScript
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - dangchinh25/obsidian-gpt - This plugin lets the user Q&A with their own notes, powered by OpenAI. (TypeScript)
README
# Obsidian GPT
[installation-instructions]: https://help.obsidian.md/Advanced+topics/Third-party+plugins#Discover+and+install+community+plugins
This plugin lets the user Q&A with their own notes, powered by OpenAI.
## Features
- User can ask question about their own notes in Vaults in the plugin's side panel. The plugin will find the paragraph with the closet meaning and answer your question with your own notes as context for the answer.
- The plugin will also link the user to that particular note location.
- **NOTE**: The current _0.1._ version only exposes a simple sidebar with functionality similar to ChatGPT, it does not support reading through notes yet.## Installation
Install the plugin via the [Community Plugins][installation-instructions] tab within Obsidian
## Getting started
### Obtaining your OpenAI API Key
- Refer to [this guide](https://www.maisieai.com/help/how-to-get-an-openai-api-key-for-chatgpt) to create OpenAI account and get your OpenAI API Key.
- Put your OpenAI API Key in the setting tab of the plugin.### Choosing OpenAI Model
- Refer to [this docs](https://platform.openai.com/docs/models/overview) to choose the appropriate model for your use case.
- Put your chosen model in the setting tab of the plugin.## Issues
- Please submit your issues [here](https://github.com/dangchinh25/obsidian-gpt/issues).
- All issues will be carefully reviewed and worked on in a timely manner.