Skip to content

Repository files navigation

Revolt LLM

LLM-based application builder playground with support for Gemini and Claude. The project uses a small, toy framework for creation of the GenAI apps called revolt.

Revolt has a minimal syntax and is optimized for:

  • Adding new code easily
  • Fine-grained reactivity

How to use?

  1. Create and add tokens to .env. Get Gemini token from AI Studio and (optionally) Claude token from the Anthropics console.
GEMINI_API_KEY=[Gemini token comes here]
ANTHROPIC_API_KEY=[Claude token comes here]
MODEL=[gemini or claude]
  1. Run the project:
git clone git@github.com:mgechev/revolt-llm
cd revolt-llm
npm i
npm start
  1. Open in the browser! http://localhost:42000

  2. Enjoy!

License

MIT

About

No description, website, or topics provided.

Resources

Stars

13 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages