Skip to content

Commit 4647707

Browse files
committed
Added log line for missed optimization
1 parent a0661d3 commit 4647707

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

api/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ async def create_message(
3838
optimized = try_optimizations(request_data, settings)
3939
if optimized is not None:
4040
return optimized
41+
logger.debug("No optimization matched, routing to provider")
4142

4243
# Resolve provider from the model-aware mapping
4344
provider_type = Settings.parse_provider_type(

0 commit comments

Comments
 (0)