Skip to content
Snippets Groups Projects
Unverified Commit e923b22a authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Reverting previous change.

parent dcc7ee40
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ class RouteLayer: ...@@ -249,7 +249,7 @@ class RouteLayer:
else: else:
route.llm = self.llm route.llm = self.llm
return route(text) return route(text)
elif passed and route is not None and simulate_static: elif passed and route is not None and simulate_static:
return RouteChoice( return RouteChoice(
name=route.name, name=route.name,
function_call=None, function_call=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment