Commit graph

15 commits

Author SHA1 Message Date
Krish Dholakia
d7b294dd0a build(pyproject.toml): add new dev dependencies - for type checking (#9631)
* build(pyproject.toml): add new dev dependencies - for type checking

* build: reformat files to fit black

* ci: reformat to fit black

* ci(test-litellm.yml): make tests run clear

* build(pyproject.toml): add ruff

* fix: fix ruff checks

* build(mypy/): fix mypy linting errors

* fix(hashicorp_secret_manager.py): fix passing cert for tls auth

* build(mypy/): resolve all mypy errors

* test: update test

* fix: fix black formatting

* build(pre-commit-config.yaml): use poetry run black

* fix(proxy_server.py): fix linting error

* fix: fix ruff safe representation error
2025-03-29 11:02:13 -07:00
Ishaan Jaff
6608770e64 add fake_stream to llm http handler 2025-03-20 09:55:59 -07:00
Ishaan Jaff
c2ed7add37 Add exception mapping for responses API 2025-03-13 15:57:58 -07:00
Ishaan Jaff
7173dd80be fix code quality checks 2025-03-12 11:47:10 -07:00
Ishaan Jaff
082f1a0336 test_basic_openai_responses_api 2025-03-12 10:07:03 -07:00
Ishaan Jaff
270240e758 explictly pass params to partial func 2025-03-12 09:37:38 -07:00
Ishaan Jaff
297ffb8398 ResponsesAPIRequestUtils 2025-03-12 09:36:08 -07:00
Ishaan Jaff
55fa961db3 re-use base_llm_http_handler 2025-03-12 09:31:34 -07:00
Ishaan Jaff
eeb01bca15 add aresponses 2025-03-12 09:22:44 -07:00
Ishaan Jaff
92ebc5744b log input of response API 2025-03-11 22:34:18 -07:00
Ishaan Jaff
ec996fec7f fix typing for aresponses 2025-03-11 22:03:48 -07:00
Ishaan Jaff
5dac3a5d3b working basic openai response api request 2025-03-11 17:37:19 -07:00
Ishaan Jaff
94e5331592 get_optional_params_responses_api 2025-03-11 16:00:49 -07:00
Ishaan Jaff
ac6ccd5fd6 add aysnc aresponses 2025-03-11 14:33:50 -07:00
Ishaan Jaff
de74bcfb8f openai reasoning initial types 2025-03-11 14:28:47 -07:00