mirror of https://github.com/aliasrobotics/cai.git
small fix - now llm as judge works for openai llms
This commit is contained in:
parent
89293adb9e
commit
27a09c576e
|
|
@ -50,7 +50,7 @@ ctf_plan_evaluator = Agent[None](
|
|||
"Provide actionable feedback. Never approve on the first try."
|
||||
),
|
||||
model=OpenAIChatCompletionsModel(
|
||||
model= os.getenv(' z', "qwen2.5:14b"),
|
||||
model= os.getenv('CAI_MODEL', "qwen2.5:14b"),
|
||||
openai_client=AsyncOpenAI(),
|
||||
),
|
||||
output_type=EvaluationFeedback,
|
||||
|
|
|
|||
Loading…
Reference in New Issue