Skip to content

Commit 717c988

Browse files
authored
Merge pull request #296 from chxu2000/fix/align-param-name
Align parameter names for the `generate_with_context` function
2 parents 2c23f87 + 2628339 commit 717c988

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)