We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c125f commit b78b72aCopy full SHA for b78b72a
app/evaluation.py
@@ -45,7 +45,7 @@ def compareTextLists(input_list):
45
46
return processed_list
47
48
-def setup_llm(param):
+def setup_llm(param: Param):
49
"""Initialize the LLM model (GPT-4o or LLaMA 3) based on the given configuration."""
50
if param.mode == 'gpt':
51
return ChatOpenAI(
0 commit comments