mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
LiteLLM Merged PR's (#5538)
* Fix typo in #5509 (#5532)
* Reapply "(bedrock): Fix usage with Cloudflare AI Gateway, and proxies in gener…" (#5519)
This reverts commit 995019c08a
.
* (bedrock): Fix obvious typo
* test: cleanup linting error
---------
Co-authored-by: David Manouchehri <david.manouchehri@ai.moda>
This commit is contained in:
parent
d8ef8c133e
commit
6cd8951f56
4 changed files with 33 additions and 17 deletions
|
@ -146,4 +146,4 @@ def trade(model_name: str) -> List[Trade]: # type: ignore
|
|||
)
|
||||
def test_function_call_parsing(model):
|
||||
trades = trade(model)
|
||||
print([trade.order for trade in trades])
|
||||
print([trade.order for trade in trades if trade is not None])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue