TabbyML/tabby — reverse-engineered prompt
Reverse engineered prompt
Build me a private AI coding assistant that my team can run on our own servers instead of using GitHub Copilot. It should work without needing an outside cloud service or a separate database, and it should be able to use a normal consumer GPU if one is available.
I want developers to get code autocomplete in their editor, plus a chat panel where they can ask questions about the codebase, mention files, and get help editing code. It should understand the current repository by indexing code and using relevant context, not just guessing from a blank prompt. Include a simple web admin area for setup, users, configuration, activity, usage reports, and connecting internal sources like GitHub or GitLab.
Please expose an OpenAPI style interface so other tools or cloud IDEs can connect to it. Make it easy to run locally or with Docker, and include clear setup instructions. Look up current docs online if you need to.
Want more depth? Deep Reverse