gorilla-llm / gorilla-cli

LLMs for your CLI
https://gorilla.cs.berkeley.edu/
Apache License 2.0
1.22k stars 73 forks source link

Disable spinner. #25

Closed razeta closed 11 months ago

razeta commented 11 months ago

Hello, how can I disable the spinner. I want to make a query without the loading spinner. Or where can I delete the line that adds that spinner?

ShishirPatil commented 11 months ago

Hey @razeta the line you want to look into is here: https://github.com/gorilla-llm/gorilla-cli/blob/a2236130bdb9f296771680e513f250ed556a2fa5/go_cli.py#L137