From a947871c929e01517fb7d818c73a0894ac36557b Mon Sep 17 00:00:00 2001 From: JinmingYang <2214962083@qq.com> Date: Sun, 16 Jul 2023 19:21:12 +0800 Subject: [PATCH 1/2] Add GPT Runner --- .vscode/settings.json | 7 +++++++ README.md | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3a23a6c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#3E2918", + "titleBar.activeBackground": "#573922", + "titleBar.activeForeground": "#FCFAF8" + } +} \ No newline at end of file diff --git a/README.md b/README.md index cd8cbfb..2b75dfa 100644 --- a/README.md +++ b/README.md @@ -604,6 +604,26 @@ Easily migrate your codebase from one framework or language to another +## [GPT Runner](https://github.com/nicepkg/gpt-runner) +Conversations with your files which selected! Manage and run your AI presets! + +
+ +### Description +- Conversation with your files which selected by you, no embedding, no vector database! +- It's also a AI Prompt Storybook. You can use it to manage some AI preset with your team. It support any IDE and language developer. We provide cli to run web and VSCode extension, Jetbrains plugin is coming soon. +- Private first, all data is local. +- We support both OpenAI and Anthropic (Claude-2) +- It support support for multiple languages. + +![image](https://repository-images.githubusercontent.com/640476297/30741f73-caac-48bc-b500-1b7d6efde4c4) + +### Links +- [Website](https://github.com/nicepkg/gpt-runner) +- Author: [Jinming Yang](https://github.com/2214962083) + + +
## [Loop GPT](https://github.com/farizrahman4u/loopgpt/tree/main) A re-implementation of the popular Auto-GPT project as a proper python package, written with modularity and extensibility in mind From f3028c9f0a64feafe3e0ab48bf09015c0f3fe3e9 Mon Sep 17 00:00:00 2001 From: JinmingYang <2214962083@qq.com> Date: Sun, 16 Jul 2023 19:25:19 +0800 Subject: [PATCH 2/2] Delete settings.json Delete vscode settings --- .vscode/settings.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3a23a6c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.background": "#3E2918", - "titleBar.activeBackground": "#573922", - "titleBar.activeForeground": "#FCFAF8" - } -} \ No newline at end of file