Skip to content

Commit 2628339

Browse files
committed
Align parameter names for the generate_with_context function
1 parent 2c23f87 commit 2628339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openevolve/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def _llm_judge_novelty(self, program: Program, similar_program: Program) -> bool
985985
try:
986986
content: str = asyncio.run(
987987
self.novelty_llm.generate_with_context(
988-
system_msg=NOVELTY_SYSTEM_MSG,
988+
system_message=NOVELTY_SYSTEM_MSG,
989989
messages=[{"role": "user", "content": user_msg}],
990990
)
991991
)

0 commit comments

Comments
 (0)