mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
* Use backend API route to fetch dynamic models # Conflicts: # app/components/chat/BaseChat.tsx * Override ApiKeys if provided in frontend * Remove obsolete artifact * Transport api keys from client to server in header * Cache static provider information * Restore reading provider settings from cookie * Reload only a single provider on api key change * Transport apiKeys and providerSettings via cookies. While doing this, introduce a simple helper function for cookies |
||
|---|---|---|
| .. | ||
| _index.tsx | ||
| api.chat.ts | ||
| api.check-env-key.ts | ||
| api.enhancer.ts | ||
| api.git-proxy.$.ts | ||
| api.llmcall.ts | ||
| api.models.$provider.ts | ||
| api.models.ts | ||
| chat.$id.tsx | ||
| git.tsx | ||
| webcontainer.preview.$id.tsx | ||