Commit Graph

37 Commits

Author SHA1 Message Date
Kian Jones
0c5f5dadb8 ruff check 2025-09-09 09:35:10 -07:00
Sarah Wooders
ffe56a4916 fix: revert regression in OllamaProvider (#2775) 2025-09-05 17:52:23 -07:00
Sarah Wooders
22c17688ec chore: merge main 2025-09-03 21:30:05 -07:00
Kian Jones
ca6cfa5914 chore: migrate to ruff (#4305)
* base requirements

* autofix

* Configure ruff for Python linting and formatting

- Set up minimal ruff configuration with basic checks (E, W, F, I)
- Add temporary ignores for common issues during migration
- Configure pre-commit hooks to use ruff with pass_filenames
- This enables gradual migration from black to ruff

* Delete sdj

* autofixed only

* migrate lint action

* more autofixed

* more fixes

* change precommit

* try changing the hook

* try this stuff
2025-08-29 11:11:19 -07:00
Caren Thomas
83bf6bd543 Merge branch 'main' into bump-11-5 2025-08-26 16:18:00 -07:00
cthomas
7a64b208b4 feat: add form field validation in UI for bedrock byok (#4141) 2025-08-24 14:23:13 -07:00
Anton Devson
ddca6143e2 Reverted regression in OllamaProvider.list_embedding_models_async 2025-08-22 18:34:55 -04:00
Caren Thomas
26d2de0e64 Merge branch 'main' into bump-11-4 2025-08-20 14:18:58 -07:00
Matthew Zhou
df5d287acb fix: Fix letta-free embeddings (#4055) 2025-08-20 13:33:31 -07:00
cthomas
558498b92d feat: set frequency penalty to 1 for letta free (#4009) 2025-08-19 13:08:23 -07:00
cthomas
1c7b5874e6 fix: openai test connection (#3981) 2025-08-18 14:22:36 -07:00
cthomas
a6528b41d7 feat: set frequency penalty to 1 for gpt-4o (#3962) 2025-08-18 14:20:16 -07:00
Sarah Wooders
b39f5b864e fix: patch openai byok (#3966) 2025-08-16 13:41:48 -07:00
Sarah Wooders
ad1987639c fix: fix various ease of use problems (#3934)
Co-authored-by: Matt Zhou <mattzh1314@gmail.com>
2025-08-15 00:07:12 -07:00
cthomas
a45c59de25 chore: delete legacy azure client (#3911) 2025-08-13 16:24:47 -07:00
cthomas
a941b4fe24 chore: delete legacy bedrock client (#3912) 2025-08-13 16:20:48 -07:00
cthomas
591fa49073 chore: fully sunset cohere (#3910) 2025-08-13 16:05:06 -07:00
cthomas
dac2d8bb16 chore: delete legacy anthropic client (#3908) 2025-08-13 15:53:27 -07:00
cthomas
daaeff2bf3 feat: make together provider field optional (#3896) 2025-08-13 12:10:20 -07:00
cthomas
90138325a7 feat: update imports for byok check api (#3890) 2025-08-12 16:36:14 -07:00
cthomas
9f7c533765 feat: add azure byok (#3884) 2025-08-12 15:50:00 -07:00
Sarah Wooders
20a857b900 chore: remove legacy embeddings (#3846) 2025-08-12 15:11:09 -07:00
Sarah Wooders
e141a401ef fix: all model types returned from ollama provider (#2744) 2025-08-07 22:57:15 -07:00
Sarah Wooders
230080d6d8 Merge branch 'main' into 0.11.1-release 2025-08-07 22:41:25 -07:00
Sarah Wooders
e5497b1d0d chore: merge oss (#3712) 2025-08-07 22:20:26 -07:00
jnjpng
9d72955e7f fix: lmstudio tests and integration
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
2025-08-07 20:02:56 -07:00
Sarah Wooders
ce44386011 feat: support opus 4.1 and gpt-5 (#3806) 2025-08-07 15:11:57 -07:00
Caren Thomas
b58db5e09f Merge branch 'main' into bump-11-0 2025-08-06 16:45:48 -07:00
jnjpng
fcaa6c78a8 fix: fix and update vllm tests
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Kian Jones <kian@letta.com>
2025-08-06 14:37:55 -07:00
natn0
af54f21a33 Move constants to constants.py, slight refactor 2025-08-01 21:43:47 -04:00
natn0
54ad9ca4e9 Added filtering of models based on type 2025-08-01 19:47:51 -04:00
Matthew Zhou
b5ba22a08e feat: Port letta free embeddings to openai proxy (#3695) 2025-08-01 12:19:37 -07:00
Anton Devson
817b99b75f Fixed getting context_window and embedding_dim from ollama 2025-08-01 06:31:31 -04:00
Sarah Wooders
f5187583d2 feat: move ollama to new agent loop (#3615) 2025-07-31 13:40:26 -07:00
jnjpng
de3c99d7f5 fix: lmstudio support for qwen and llama
Co-authored-by: Jin Peng <jinjpeng@Jins-MacBook-Pro.local>
Co-authored-by: Charles Packer <packercharles@gmail.com>
2025-07-29 15:57:20 -07:00
Matthew Zhou
be7f4be4d8 fix: Fix state transitions for file processing (#3541) 2025-07-24 13:48:08 -07:00
Andy Li
9ca1664ed8 feat: support for providers 2025-07-22 16:09:50 -07:00