mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Litellm dev 12 17 2024 p2 (#7277)
* fix(openai/transcription/handler.py): call 'log_pre_api_call' on async calls * fix(openai/transcriptions/handler.py): call 'logging.pre_call' on sync whisper calls as well * fix(proxy_cli.py): remove default proxy_cli timeout param gets passed in as a dynamic request timeout and overrides config values * fix(langfuse.py): pass litellm httpx client - contains ssl certs (#7052) Fixes https://github.com/BerriAI/litellm/issues/7046
This commit is contained in:
parent
b82add11ba
commit
019ddc32d6
5 changed files with 67 additions and 1 deletions
|
@ -125,7 +125,7 @@ def is_port_in_use(port):
|
|||
)
|
||||
@click.option(
|
||||
"--request_timeout",
|
||||
default=6000,
|
||||
default=None,
|
||||
type=int,
|
||||
help="Set timeout in seconds for completion calls",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue