forked from phoenix/litellm-mirror
fix(router.py): skip setting model_group response headers for now
current implementation increases redis cache calls by 3x
This commit is contained in:
parent
5fbcdd8b11
commit
81d6c5e5a5
4 changed files with 43 additions and 89 deletions
|
@ -3069,6 +3069,7 @@ def test_completion_azure():
|
|||
api_key="os.environ/AZURE_API_KEY",
|
||||
)
|
||||
print(f"response: {response}")
|
||||
print(f"response hidden params: {response._hidden_params}")
|
||||
## Test azure flag for backwards-compat
|
||||
# response = completion(
|
||||
# model="chatgpt-v-2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue