mirror of
https://github.com/binxly/Atomizer.git
synced 2026-07-22 05:31:35 +00:00
Update README.md
This commit is contained in:
parent
a68271a8d9
commit
603bc8ff71
1 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,9 @@ This plugin makes network requests to:
|
|||
- Send selected note to OpenAI for processing, where it will be broken down into atomic notes that aim to extract key insights from the original note.
|
||||
- Frontmatter will be added to each new note, including the date and any custom tags you've configured.
|
||||
- Models supported: `gpt-4o-mini`, `gpt-4o`; Can be configured in settings.
|
||||
|
||||
# Manual Installation
|
||||
- Clone this repo.
|
||||
- Make sure your NodeJS is at least v16 (node --version).
|
||||
- npm i or yarn to install dependencies.
|
||||
- npm run dev to start compilation in watch mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue