mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(gateway): expose comprehendmedical passthrough routes on the gateway component
This commit is contained in:
parent
915a1cabcd
commit
d9bd678f64
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = (
|
|||
"/azure_ai/",
|
||||
"/aws/",
|
||||
"/bedrock/",
|
||||
"/comprehendmedical",
|
||||
"/cohere/",
|
||||
"/gemini/",
|
||||
"/google/",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue