Skip to content

Commit fcf66eb

Browse files
committed
route llm cookbook
1 parent 0e35a00 commit fcf66eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/evals_and_experiments/route_llm_experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from routellm.controller import Controller
66

77
from parea import Parea, trace, trace_insert
8-
from parea.schemas import EvaluationResult, Log, LLMInputs, Completion, Message, Role, ModelParams
8+
from parea.schemas import Completion, EvaluationResult, LLMInputs, Log, Message, ModelParams, Role
99

1010
load_dotenv()
1111

0 commit comments

Comments
 (0)