unit-mesh / auto-dev

🧙‍AutoDev: The AI-powered coding wizard(AI 驱动编程助手) with multilingual support 🌐, auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic Auto Dev/Testing/Document/Agent feature 🧪 included! 🚀
https://ide.unitmesh.cc/
Mozilla Public License 2.0
2.72k stars 314 forks source link

The LLMProvider should be stateless to avoid session interference. #142

Open iptton opened 5 months ago

iptton commented 5 months ago

see https://gist.github.com/hotip/0514521ffee37c3b49cef52dbad96f16

abstract val response: Flow<ChatSession<M>> should be removed