forked from phoenix/litellm-mirror
fix test_gemini_pass_through_endpoint
This commit is contained in:
parent
19ae080d3f
commit
337f168dc0
1 changed files with 1 additions and 1 deletions
|
@ -1794,7 +1794,7 @@ async def test_add_callback_via_key_litellm_pre_call_utils_langsmith(
|
|||
async def test_gemini_pass_through_endpoint():
|
||||
from starlette.datastructures import URL
|
||||
|
||||
from litellm.proxy.vertex_ai_endpoints.google_ai_studio_endpoints import (
|
||||
from litellm.proxy.pass_through_endpoints.llm_passthrough_endpoints import (
|
||||
Request,
|
||||
Response,
|
||||
gemini_proxy_route,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue