rawdog
rawdog copied to clipboard
`--verbose` flag
I'm trying to configure rawdog to run with Mistral inside of Ollama (like #3), and I encountered the error message.
It would be nice if rawdog
accepted a --verbose
flag that would be propagated to litellm
options.
WDYT? Would you accept a PR adding it?
hmm.. we already use --verbose in the rawdog function to print/review scripts, and looks like this also prints the full response..
Is there specific field you want to see? Can we add that to the log in LLMClient.get_response instead?
@hasparus the best way to do this would be as a config setting (since it only applies to ollama)
would love if you added a PR for that!