prompta

所属分类:自然语言处理
开发工具:Svelte
文件大小:4154KB
下载次数:0
上传日期:2023-05-20 16:59:30
上 传 者sh-1993
说明:  ChatGPT UI以键盘为中心,移动友好,可以跨设备同步 Chat历史记录并搜索过去的对话...
(ChatGPT UI that is keyboard-centric, mobile friendly, can sync chat history across devices and search past conversations.)

文件列表:
.chglog (0, 2023-10-25)
.chglog\CHANGELOG.tpl.md (589, 2023-10-25)
.npmrc (19, 2023-10-25)
LICENSE (1068, 2023-10-25)
package-lock.json (167419, 2023-10-25)
package.json (1832, 2023-10-25)
playwright.config.ts (1060, 2023-10-25)
pnpm-lock.yaml (80886, 2023-10-25)
postcss.config.cjs (323, 2023-10-25)
scripts (0, 2023-10-25)
scripts\changelog.js (1885, 2023-10-25)
scripts\publish.sh (751, 2023-10-25)
scripts\release.sh (867, 2023-10-25)
scripts\upload.sh (158, 2023-10-25)
src-tauri (0, 2023-10-25)
src-tauri\Cargo.lock (106237, 2023-10-25)
src-tauri\Cargo.toml (990, 2023-10-25)
src-tauri\build.rs (37, 2023-10-25)
src-tauri\icons (0, 2023-10-25)
src-tauri\icons\128x128.png (11059, 2023-10-25)
src-tauri\icons\128x128@2x.png (23137, 2023-10-25)
src-tauri\icons\32x32.png (2225, 2023-10-25)
src-tauri\icons\Square107x107Logo.png (9202, 2023-10-25)
src-tauri\icons\Square142x142Logo.png (12530, 2023-10-25)
src-tauri\icons\Square150x150Logo.png (13032, 2023-10-25)
src-tauri\icons\Square284x284Logo.png (25943, 2023-10-25)
src-tauri\icons\Square30x30Logo.png (2078, 2023-10-25)
src-tauri\icons\Square310x310Logo.png (28507, 2023-10-25)
src-tauri\icons\Square44x44Logo.png (3419, 2023-10-25)
src-tauri\icons\Square71x71Logo.png (6027, 2023-10-25)
src-tauri\icons\Square89x89Logo.png (7551, 2023-10-25)
src-tauri\icons\StoreLogo.png (3971, 2023-10-25)
src-tauri\icons\icon.icns (552073, 2023-10-25)
... ...

[prompta logo](https://www.prompta.dev)
# Prompta Yet another interface for chatting with ChatGPT (or GPT-4). [Website](https://www.prompta.dev) | [Downloads](releases) | [Launch App](https://chat.prompta.dev)
![](static/screenshot_20230513023629.png)
| Mobile | Search chats | Keyboard Centric | Comments | | -------------------------------------------- | --------------------------------- | ----------------------------------------------------------- | ------------------------------------------- | | ![mobile view](static/screenshot_mobile.png) | ![fts](static/screenshot_fts.png) | ![keyboard centric](static/screenshot_keyboard_centric.png) | ![comments](static/screenshot_comments.png) | ## Features - [x] Search all previous conversations (full-text!) - [x] Sync your chat history across devices - [x] Keyboard centric - [x] Leave notes on responses, such as "working code!" or "not working" - [x] Keep all your chat history stored locally - [x] Search previous chat threads - [x] Chat with ChatGPT or GPT-4 ## Roadmap - [ ] Context-window compression (See #1) - [ ] Chat history awareness (See #2) ## How to use - Use in your web browser: [chat.prompta.dev](https://chat.prompta.dev) - Download the desktop app: Download the latest build from the [releases page](releases) ### Running on macOS For macOS users you will need to right-click the app and select "Open" the first time you run it. This is because the app is signed but not notarized. | Right-click to open | Now you can click "Open" | | --------------------------------------------- | --------------------------------------------- | | ![macOS open](static/screenshot_macopen1.png) | ![macOS open](static/screenshot_macopen2.png) | ## Developing The following examples use `npm` but `yarn` or `pnpm` will also work: ```bash npm install npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version of your app: ```bash npm run build ``` You can preview the production build with `npm run preview`. ## Releasing a new Version ```bash npm run release ``` You will be prompted to enter a new version number. New versions that don't contain a suffix such as `-beta` or `-alpha` will be published to GitHub. ## Built With - [SQLite](https://www.sqlite.org/index.html) via [vlcn/cr-sqlite](https://vlcn.io/) - SQLite compiled to WASM running in the browser using CRDTs for conflict-free replication. - [Tauri](https://tauri.studio) - A Rust-based alternative to Electron (Only used in desktop builds) - [Svelte](https://svelte.dev) - Reactive UI framework

近期下载者

相关文件


收藏者