Skip to content

Commit b78b72a

Browse files
committed
fix: param type
1 parent a1c125f commit b78b72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def compareTextLists(input_list):
4545

4646
return processed_list
4747

48-
def setup_llm(param):
48+
def setup_llm(param: Param):
4949
"""Initialize the LLM model (GPT-4o or LLaMA 3) based on the given configuration."""
5050
if param.mode == 'gpt':
5151
return ChatOpenAI(

0 commit comments

Comments
 (0)