Commit Graph

34 Commits

Author SHA1 Message Date
Anirban Kar
6494f5ac2e
fix: updated logger and model caching minor bugfix #release (#895)
* fix: updated logger and model caching

* usage token stream issue fix

* minor changes

* updated starter template change to fix the app title

* starter template bigfix

* fixed hydretion errors and raw logs

* removed raw log

* made auto select template false by default

* more cleaner logs and updated logic to call dynamicModels only if not found in static models

* updated starter template instructions

* browser console log improved for firefox

* provider icons fix icons
2024-12-31 22:47:32 +05:30
Anirban Kar
3a36a4469a
feat: redact file contents from chat and put latest files into system prompt (#904) 2024-12-29 15:36:31 +05:30
Anirban Kar
7295352a98
refactor: refactored LLM Providers: Adapting Modular Approach (#832)
* refactor: Refactoring Providers to have providers as modules

* updated package and lock file

* added grok model back

* updated registry system
2024-12-21 11:45:17 +05:30
Anirban Kar
62ebfe51a6 fix: .env file baseUrl Issue 2024-12-18 16:34:18 +05:30
Anirban Kar
70f88f981a feat: Experimental Prompt Library Added 2024-12-15 16:47:16 +05:30
Anirban Kar
456c89429a fix: removed context optimization temporarily, to be moved to optional from menu 2024-12-14 02:25:36 +05:30
Anirban Kar
da37d9456f Merge branch 'main' into context-optimization 2024-12-12 02:44:36 +05:30
Anirban Kar
5d4b860c94 updated to adapth baseurl setup 2024-12-11 14:02:21 +05:30
Anirban Kar
dfbbea110e removed console logs 2024-12-10 14:27:12 +05:30
Anirban Kar
ea5c6244a6 feat(context optimization):improved context management and redused chat overhead 2024-12-07 15:58:13 +05:30
Anirban Kar
7efad13284 list fix 2024-12-06 16:58:04 +05:30
Anirban Kar
5ead47992d
Merge branch 'main' into together-ai-dynamic-model-list 2024-12-06 16:35:36 +05:30
Anirban Kar
1589d2a8f5 feat(Dynamic Models): together AI Dynamic Models 2024-12-03 02:13:33 +05:30
Andrew Trokhymenko
7cdb56a847 merge with upstream/main 2024-11-29 22:02:35 -05:00
Oliver Jägle
ad511db0fe
Don't fix linting-issues pre-commit
I figured that lint:fix might not be the best experience: If there are linting errors and the pre-commit fixes them, those changes will stay in the staging area but will not be automatically commited.
Thus, a subsequent pre-commit check would succeed without these changes included.
2024-11-23 10:11:00 +01:00
Oliver Jägle
4589014bda
Merge remote-tracking branch 'upstream/main' into linting 2024-11-22 20:38:58 +01:00
Andrew Trokhymenko
074161024d merge with upstream 2024-11-21 23:31:41 -05:00
Andrew Trokhymenko
70d14df953 Merge remote-tracking branch 'upstream/main' 2024-11-21 23:31:30 -05:00
Andrew Trokhymenko
df94e665d6 picking right model 2024-11-21 18:09:49 -05:00
Oliver Jägle
2327de3810
Lint-fix all files in app 2024-11-21 22:05:35 +01:00
Raiyan Hasan
e1c3d603df
Update stream-text.ts dynamic model max Token updated 2024-11-21 11:49:09 +05:30
Andrew Trokhymenko
937ba7e61b model pickup 2024-11-21 00:17:06 -05:00
Andrew Trokhymenko
302cd28775 . 2024-11-20 19:35:57 -05:00
Andrew Trokhymenko
76713c2e6e fixes for PR #332 2024-11-20 17:56:07 -05:00
Raiyan Hasan
934044f735 console message removed 2024-11-20 21:47:43 +05:30
Raiyan Hasan
eabfbb2220 max token is now dynamically handle for each model 2024-11-20 21:41:51 +05:30
Andrew Trokhymenko
fe3ea8005e changing based on PR review 2024-11-19 20:37:23 -05:00
Andrew Trokhymenko
e78a5b0a05 image-upload 2024-11-18 19:55:28 -05:00
Cole Medin
f30612dcfd
Merge branch 'main' into respect-provider-choice 2024-11-09 07:44:40 -06:00
Tommy
2a362b9e0b Added sanitization for user messages.
Use regex defined in constants.ts instead of redefining.
2024-11-06 21:35:54 +01:00
Tommy
074e2f3016 Moved provider and setProvider variables to the higher level component so that it can be accessed in sendMessage.
Added provider to message queue in sendMessage.
Changed streamText to extract both model and provider.
2024-11-06 11:10:08 +01:00
ali00209
a544611a56 fix: working 2024-10-29 08:19:30 +05:00
Cole Medin
90a206f2d4 Added the ability to use practically any LLM you can dream of within Bolt.new 2024-10-13 13:53:43 -05:00
Sam Denty
6fb59d2bc5
fix: remove monorepo 2024-09-25 19:54:09 +01:00