llm_client
llm_client copied to clipboard
[Question] Multiple choices in decider
Hey Shelby, thanks for wrapping this all in a package!
I'm often working with multiple choice questions. From previous experiments with a variety of LLMs I noticed that it's much "easier" for the LLM to answer: "Is X part of Y", "Is X part of Z", etc. than answering "To which categories: [Y, Z] does X belong".
Would multiple choice also be possible with llm_client
? Any thoughts on that?
Have a good day!