https://github.com/nikitavoloboev/parallel-gpt
https://github.com/nikitavoloboev/parallel-gpt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikitavoloboev/parallel-gpt
- Owner: nikitavoloboev
- Created: 2023-03-19T13:21:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T15:32:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T04:11:31.708Z (10 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Parallel GPT
Read [main.rs](src-tauri/src/main.rs) for details.
## Run
```
pnpm i
pnpm run dev
```
## TODO
- tauri solid app that listens to a websocket of local server
- maybe build on https://github.com/huntabyte/chatty
- you select text, prompt it with `explain ..` async. then get notification when you get reply.
- switch to it
- each answer is in a separate tab
- add modal to enter key. store it safely
- add settings with hotkeys to map to which model with which pre prompt
- combine it with sharegpt.dev
- take ideas from https://reflect.academy/artificial-intelligence