Skip to main content
0
A

Alt Gpt V0

Playground for developing ChatGPT plugins

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

API key required

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

About

[](https://app.netlify.com/sites/alt-gpt/deploys)

Alt-GPT

Multi-model and multi-vendor playground for developing ChatGPT plugins (for OAI and other LLMs). Inspired by the paper of Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks.

-->

Features:

  • 🌟 Plugins: Support AI plugins, discover and use and combine plugins and your new ones locally!
  • 🌟 No backend(!): All logic and network requests are on client-side, including usage of your API keys, no keys send to any server other than the LLM provider.
  • BYOK (Bring-your-own-key): Use your own keys, without 3rd party charges. Soon other LLMs will be supported.
  • Local Persistence: Messages and settings are saved locally on your device's LocalStorage

Caveats:

  1. 1.No support for auth-based plugins yet, though, you can specify in the prompt to use an API key in the HTTP request.

How it works:

Without plugins:

When performing completion without any plugins selected, your API key is used directly with the API, via HTTP request, of the relevant LLM vendor (OpenAI for example). No other backend services are involved.

With Plugins:

When selecting one or more plugins, our IntentSDK attempts to classify the user's intention to pick up one or more plugins and defines how each plugin will be used. Then we fetch the plugin's OpenAPI definition and IntentSDK dynamically figures out how to use the plugin's API. Then it executes an HTTP call to the API's server, though, if the plugin is marked as CORS-protected (meaning the service owner did not allow HTTP calls from any website), we'll funnel the call through a simple proxy server to overcome this. You can start your own local instance of this proxy. Finally, all the information collected as an augmented context and a final prompt combining the user's initial prompt + plugin's generated context and sent to LLM for final completion. The operation of plugin augmented retrieval might be chained if intended.

Flow:

v0.1 (current):

v0.0 (obsolete):

Creating new API keys

It is recommended to create a dedicated key so it could be revoked easily later.

  • OpenAI: Create new api key here
  • cohere: [TBD]
  • Anthropic: [TBD]
  • AI21: [TBD]

Develop

Setup

  1. 1.Clone locally
  2. 2.Run $ yarn install

Start web:

  1. 1.Run $ yarn start
  2. 2.Open browser on http://0.0.0.0:3010/

Optional: Start plugin-executer service:

  1. 1.Run $ cd functions && yarn serve
  2. 2.Set in your browser devtools localStorage.isLocal = true, to let the FE request your local function.

Contribute

Contributions welcome! Read the contribution guidelines first and submit a Pull Request after Fork this repository.

Contact

Please use GitHub Issues to contact us.

Don't lose this

Three weeks from now, you'll want Alt Gpt V0 again. Will you remember where to find it?

Save it to your library and the next time you need Alt Gpt V0, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

Playground for developing ChatGPT plugins. Best for anyone looking to make their AI assistant more capable in devops & monitoring. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

2

Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.