Every developer building with AI has felt like this.
Wrangling APIs for different models and moving from one-off playgrounds to production code has become one of the biggest pains of generative AI development.
But what if there was a way to streamline all this complexity?
Introducing AIConfig Editor - an AI Playground that you can run directly from your laptop.
https://github.com/lastmile-ai/aiconfig
This playground is a one-stop solution to manage multiple AI models, effortlessly compare their results, and smoothly transition your hard work from the prototype stage to production.
All your work is backed to a config JSON that can then be used in code with the AIConfig SDK.
Open the editor whenever you want to edit your prompts in the config - without having to touch ur code or config!
Try it now!
-
pip3 install python-aiconfig
export OPENAI_API_KEY='your-key'
aiconfig edit
Please star our repo: https://github.com/lastmile-ai/aiconfig
Features
- Use any from OpenAI, HuggingFace, Anyscale, and more.
- Supports text, image, and audio models (local or remote)
- Run models on same prompt
- Create prompt templates
- Chain models in UI
- All prompts/settings from UI are saved to config which can be used with an SDK in code
Github
Please give us a star on Github to support our open-source project: https://github.com/lastmile-ai/aiconfig
Happy coding!!
Top comments (2)
Thank you for releasing the AiConfig editor. This was a much awaiting and required one for all kind of users :)
Thank you! Will be sharing more about the Editor - it makes it super easy to edit aiconfigs and use them in code.