An artificial intelligence agent with continually improving context and sandboxed code execution.
Chatter uses Ollama to run local large language models.
Any large language model can be used.
Chatter uses the Monaco Editor to give that familiar editing experience out of the box.
Get started by uploading an archive of a solution, or ask Chatter to build an app.
Chatter can help you with any application.
You get full context of the entire codebase for every chat.
- Entity framework
- Ollama
- Preferred LLM model(s)
- Go to the repository root
- Run
dotnet ef database update --project Infrastructure --startup-project API - Go to the
Webdirectory - Run
npm run buildto populateAPI/wwwrootwith the built front end assets - Run
dotnet run --project API -c Releaseto run the backend - Navigate to
http://localhost:5500in the browser


