refactoring and clean up of chat cliet

This commit is contained in:
Storme-bit
2026-04-07 03:27:04 -07:00
parent 107ee5755e
commit 541e664da1
6 changed files with 43 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ import InfoPanel from './components/InfoPanel';
import { useSession } from './hooks/useSession';
import { useChat } from './hooks/useChat';
const DEFAULT_MODEL = 'companion:latest';
import { DEFAULT_MODEL } from './config/constants';
export default function App() {
const [leftOpen, setLeftOpen] = useState(true);