8000 GitHub - mgechev/revolt-llm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mgechev/revolt-llm

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0