Krrish Dholakia
17a29bfbfd
test: add direct test - fix code qa check
2025-03-10 21:59:15 -07:00
Krrish Dholakia
49792e8cc4
fix: fix linting error
2025-03-10 21:51:55 -07:00
Krrish Dholakia
92881ee79e
fix: fix linting error
2025-03-10 21:22:00 -07:00
Krrish Dholakia
f87fe5006a
fix: remove client init tests for router - dup behaviour - provider caching already exists
2025-03-10 21:17:36 -07:00
Krrish Dholakia
5a5639e81b
feat(credential_endpoints/endpoints.py): don't return credentials on get
...
prevent leakage
2025-03-10 20:11:38 -07:00
Krrish Dholakia
ae021671a8
test: update testing - having removed the router client init logic
...
this allows a user to just set the credential value in litellm params, and not have to worry about settin
g credentials
2025-03-10 20:02:33 -07:00
Krrish Dholakia
f56c5ca380
feat: working e2e credential management - support reusing existing credentials
2025-03-10 19:29:24 -07:00
Krrish Dholakia
2ec7830b66
feat: complete crud endpoints for credential management on proxy
2025-03-10 18:46:35 -07:00
Krrish Dholakia
507640bc8f
fix(endpoints.py): encrypt credentials before storing in db
2025-03-10 18:37:59 -07:00
Krrish Dholakia
a962a97fcb
feat(endpoints.py): support writing credentials to db
2025-03-10 18:27:43 -07:00
Krrish Dholakia
f1cdc26967
feat(endpoints.py): initial set of crud endpoints for reusable credentials on proxy
2025-03-10 17:48:02 -07:00
Krrish Dholakia
fdd5ba3084
feat(credential_accessor.py): support loading in credentials from credential_list
...
Resolves https://github.com/BerriAI/litellm/issues/9114
2025-03-10 17:15:58 -07:00
Krrish Dholakia
4bd4bb16fd
feat(proxy_server.py): move credential list to being a top-level param
2025-03-10 17:04:05 -07:00
Krrish Dholakia
5458b08425
fix(router.py): comment out azure/openai client init - not necessary
2025-03-10 16:47:43 -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
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
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
Ishaan Jaff
6e3b21775f
test_cost_azure_openai_prompt_caching
2025-03-08 16:19:28 -08:00