bolt.diy/app
Oliver Jägle e19644268c
Some checks are pending
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
feat: configure dynamic providers via .env (#1108)
* 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
2025-01-18 03:39:19 +05:30
..
components feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
lib feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
routes feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
styles
types feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing (#856) 2024-12-25 03:05:44 +05:30
utils feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
entry.client.tsx
entry.server.tsx fix: updated logger and model caching minor bugfix #release (#895) 2024-12-31 22:47:32 +05:30
root.tsx
vite-env.d.ts refactor: updated vite config to inject add version metadata into the app on build (#841) 2024-12-21 01:03:28 +05:30