rawdog icon indicating copy to clipboard operation
rawdog copied to clipboard

`--verbose` flag

Open hasparus opened this issue 1 year ago • 2 comments

I'm trying to configure rawdog to run with Mistral inside of Ollama (like #3), and I encountered the error message.

image

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?

hasparus avatar Feb 03 '24 08:02 hasparus

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?

granawkins avatar Feb 05 '24 05:02 granawkins

@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!

biobootloader avatar Feb 08 '24 00:02 biobootloader