mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
Reopen plugin's source code (1.10.8 → 2.0.5)
This commit is contained in:
parent
faf02a5c0a
commit
26a3e07360
231 changed files with 88014 additions and 4271 deletions
27
README.md
27
README.md
|
|
@ -116,21 +116,20 @@ Expected a different answer? Re-generate any response of your choosing.
|
|||
- **Seamless conversations** - Chat with the AI regardless of the maximum token limitations
|
||||
- **Predefined Actions** - Create your own editor actions or override the existing ones, saving time rewriting the same prompt repeatedly
|
||||
|
||||
## Roadmap
|
||||
## Running locally
|
||||
|
||||
- [x] Add proxy support
|
||||
- [ ] Add conversation history
|
||||
- [x] Ability to start/restore sessions
|
||||
- [ ] Ability to export conversations in Markdown/JSON format
|
||||
- [ ] Add codex and user's fine-tuned models
|
||||
- [x] Ability to have a seamless conversation despite to token limitation
|
||||
- [x] Add support for copying and replacing generated code snippets
|
||||
- [x] Add support for deleting previous conversations
|
||||
- [x] Add support for overriding prompts and request params
|
||||
- [x] Add Azure OpenAI service support
|
||||
- [x] Add action key mappings
|
||||
- [ ] Add support for code search using embeddings
|
||||
- [ ] Add support for model fine-tuning
|
||||
Build the plugin
|
||||
```shell
|
||||
./gradlew generateGrammarSource
|
||||
./gradlew buildPlugin
|
||||
```
|
||||
|
||||
Run the plugin
|
||||
```shell
|
||||
./gradlew runIde
|
||||
```
|
||||
|
||||
## Issues
|
||||
|
||||
See the [open issues][open-issues] for a full list of proposed features (and known issues).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue