We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37a0ac commit 7fdb794Copy full SHA for 7fdb794
nodes/llm_node.py
@@ -42,7 +42,7 @@ def generate_text(self, prompt, model, system_prompt):
42
}
43
44
try:
45
- handler = submit("fal-ai/llm", arguments=arguments)
+ handler = submit("fal-ai/any-llm", arguments=arguments)
46
result = handler.get()
47
return (result["output"],)
48
except Exception as e:
0 commit comments