mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
test(test_proxy_server.py): add back bedrock embedding tests
This commit is contained in:
parent
caa17d484a
commit
3303236305
3 changed files with 12 additions and 119 deletions
|
@ -19,6 +19,8 @@ telemetry = None
|
|||
|
||||
|
||||
def append_query_params(url, params):
|
||||
print(f"url: {url}")
|
||||
print(f"params: {params}")
|
||||
parsed_url = urlparse.urlparse(url)
|
||||
parsed_query = urlparse.parse_qs(parsed_url.query)
|
||||
parsed_query.update(params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue