More work on modelProviders

I think everything that's OpenAI-specific is inside modelProviders at this point, so we can get started adding more providers.
This commit is contained in:
Kyle Corbitt
2023-07-20 18:54:26 -07:00
parent ded6678e97
commit 332a2101c0
21 changed files with 344 additions and 330 deletions

View File

@@ -22,7 +22,6 @@ export function SyncAppStore() {
const setApi = useAppStore((state) => state.setApi);
useEffect(() => {
console.log("setting api", utils);
setApi(utils);
}, [utils, setApi]);