Skip to content

Commit 7fdb794

Browse files
committed
any-llm
1 parent c37a0ac commit 7fdb794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/llm_node.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def generate_text(self, prompt, model, system_prompt):
4242
}
4343

4444
try:
45-
handler = submit("fal-ai/llm", arguments=arguments)
45+
handler = submit("fal-ai/any-llm", arguments=arguments)
4646
result = handler.get()
4747
return (result["output"],)
4848
except Exception as e:

0 commit comments

Comments
 (0)