bolt.diy/app/lib
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
..
.server/llm fix: fallback model name not working (#1095) 2025-01-15 16:36:33 +05:30
api feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
common updated the examples and added strict rules 2024-12-15 22:15:17 +05:30
hooks Satisfy the linter 2025-01-07 19:52:50 +01:00
modules/llm feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
persistence
runtime fix: updated logger and model caching minor bugfix #release (#895) 2024-12-31 22:47:32 +05:30
stores feat: added the "Open Preview in a New Tab" (#1101) 2025-01-18 01:55:44 +05:30
webcontainer fix: cors issues from preview fixed by changing embedder policies (#1056) 2025-01-12 21:58:06 +05:30
crypto.ts
fetch.ts