Commit graph

19833 commits

Author SHA1 Message Date
Ishaan Jaff
afe0c03376 getProxyUISettings 2025-03-10 18:44:13 -07:00
Ishaan Jaff
c22b92439b use helper setProxySettings 2025-03-10 18:44:07 -07:00
Ishaan Jaff
6dcf64918c
Merge pull request #9102 from BerriAI/litellm_add_atext_completion_on_ui
(Feat) - Allow adding Text-Completion OpenAI models through UI
2025-03-10 18:11:00 -07:00
Ishaan Jaff
7d44123f2e docs contributing instructions 2025-03-10 17:08:08 -07:00
Ishaan Jaff
ce35240273 Pre-Submission checklist 2025-03-10 16:21:53 -07:00
Ishaan Jaff
03a91fe066
Merge pull request #7736 from santibreo/main
(docs) Update vertex.md old code example
2025-03-10 16:12:10 -07:00
Ishaan Jaff
94667e1cf0
Merge pull request #8386 from minwhoo/triton-completions-streaming-fix
Fix triton streaming completions bug
2025-03-10 16:07:19 -07:00
Ishaan Jaff
398020a750
Merge pull request #8757 from mounta11n/fix-numbers
Update model_prices_and_context_window.json
2025-03-10 16:00:37 -07:00
Ishaan Jaff
ea058ab4ea
Merge pull request #8746 from niinpatel/patch-1
fix missing comma
2025-03-10 15:57:32 -07:00
Ishaan Jaff
929f3424dc
Merge pull request #8845 from vivek-athina/main
Added tags, user_feedback and model_options to additional_keys which can be sent to athina
2025-03-10 15:53:55 -07:00
Ishaan Jaff
a4f047897e
Merge pull request #9110 from BerriAI/litellm_add_contributor_docs
(Docs) - Contributing to litellm
2025-03-10 15:51:02 -07:00
Ishaan Jaff
8198bc2862 Pre-Submission checklist 2025-03-10 15:49:18 -07:00
Ishaan Jaff
856ed0e1fd docs contributing 2025-03-10 15:45:22 -07:00
Ishaan Jaff
a4b87401d5 docs contributing to litellm 2025-03-10 15:43:53 -07:00
Ishaan Jaff
c1a3cb82a9 docs on contributing 2025-03-10 14:49:27 -07:00
Ishaan Jaff
5b2e8a5006
Merge pull request #8948 from colesmcintosh/main
build: Add Makefile for LiteLLM project with test targets
2025-03-10 14:27:07 -07:00
Ishaan Jaff
a0b4cc43bf
Merge pull request #9107 from BerriAI/litellm_add_contributing_guide
(docs) add section for contributing to litellm
2025-03-10 14:21:30 -07:00
Ishaan Jaff
b768ebb426 docs contributing section 2025-03-10 14:19:08 -07:00
Ishaan Jaff
4261df3e4f
Merge pull request #9014 from BerriAI/dependabot/pip/jinja2-3.1.6
build(deps): bump jinja2 from 3.1.4 to 3.1.6
2025-03-10 14:00:02 -07:00
Ishaan Jaff
0fcce63852
Merge pull request #9032 from themrzmaster/feat/jamba_1.6
pricing for jamba new models
2025-03-10 13:59:37 -07:00
Ishaan Jaff
7319fef29d fix linting error 2025-03-10 13:57:50 -07:00
Ishaan Jaff
05ad7a67a7 Revert "ui new build"
This reverts commit 34694d3057.
2025-03-10 13:56:10 -07:00
Ishaan Jaff
34694d3057 ui new build 2025-03-10 12:32:18 -07:00
Ishaan Jaff
e64b8a8baa ui linting fix 2025-03-10 12:31:32 -07:00
Ishaan Jaff
d0cda56c99 ui linting fixes #2 2025-03-10 12:31:27 -07:00
Ishaan Jaff
24a8dfd540 ui fix linting errors 2025-03-10 12:31:22 -07:00
Ishaan Jaff
629ce6c19a fix linting error 2025-03-10 12:31:13 -07:00
Ishaan Jaff
c5606c06ae ui linting fix 2025-03-10 12:30:37 -07:00
Ishaan Jaff
618335a7d9 ui linting fixes #2 2025-03-10 12:25:57 -07:00
Ishaan Jaff
49ad10f621 ui fix linting errors 2025-03-10 12:23:33 -07:00
Ishaan Jaff
574f7b1dcc fix linting error 2025-03-10 12:20:37 -07:00
Ishaan Jaff
51f074682f show eu api base on openai + text 2025-03-10 10:40:48 -07:00
Ishaan Jaff
6d537aec48 OpenAI_Text 2025-03-10 10:36:50 -07:00
Ishaan Jaff
666690c31c fix atext_completion 2025-03-10 10:18:03 -07:00
Ishaan Jaff
60d3cb10bc openweb tutorial 2025-03-10 08:10:07 -07:00
vivek-athina
cd4a53d6f2
Merge pull request #4 from BerriAI/main
Update main
2025-03-10 11:13:21 +05:30
Krrish Dholakia
0fa3ec98ab bump: version 1.63.4 → 1.63.5 2025-03-09 20:47:51 -07:00
Krrish Dholakia
574f5056c8 fix(utils.py): fix linting error 2025-03-09 20:47:12 -07:00
Krish Dholakia
f899b828cf
Support openrouter reasoning_content on streaming (#9094)
* feat(convert_dict_to_response.py): support openrouter format of reasoning content

* fix(transformation.py): fix openrouter streaming with reasoning content

Fixes https://github.com/BerriAI/litellm/issues/8193#issuecomment-270892962

* fix: fix type error
2025-03-09 20:03:59 -07:00
5aaee9
42b7921ca1
fix: perplexity return both delta and message cause OpenWebUI repect text (#9081) 2025-03-09 19:46:31 -07:00
Krish Dholakia
65ef65d360
feat: prioritize api_key over tenant_id for more Azure AD token provi… (#8701)
* feat: prioritize api_key over tenant_id for more Azure AD token provider (#8318)

* fix: prioritize api_key over tenant_id for Azure AD token provider

* test: Add test for Azure AD token provider in router

* fix: fix linting error

---------

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
2025-03-09 18:59:37 -07:00
Krish Dholakia
e00d4fb18c
Litellm dev 03 08 2025 p3 (#9089)
* feat(ollama_chat.py): pass down http client to ollama_chat

enables easier testing

* fix(factory.py): fix passing images to ollama's `/api/generate` endpoint

Fixes https://github.com/BerriAI/litellm/issues/6683

* fix(factory.py): fix ollama pt to handle templating correctly
2025-03-09 18:20:56 -07:00
Krrish Dholakia
93273723cd docs(index.md): add git diff to release notes 2025-03-08 19:14:56 -08:00
Krrish Dholakia
ac3e57a501 docs: add images to release notes 2025-03-08 17:39:24 -08:00
Ishaan Jaff
b6eee01381 Revert "experimental - track anthropic messages as mode"
This reverts commit 22b3862e0d.
2025-03-08 17:38:24 -08:00
Ishaan Jaff
22b3862e0d experimental - track anthropic messages as mode 2025-03-08 17:33:35 -08:00
Ishaan Jaff
83062b892b fix test_list_key_helper_team_filtering 2025-03-08 17:21:32 -08:00
Krrish Dholakia
de0467b8e6 docs: cleanup 2025-03-08 16:43:42 -08:00
Krrish Dholakia
b0ae49a53d docs(index.md): cleanup 2025-03-08 16:37:01 -08:00
Krrish Dholakia
4e5893ef65 docs(index.md): cleanup 2025-03-08 16:36:36 -08:00