Skip to content

Commit

Permalink
Remove litellm verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Oct 2, 2024
1 parent 4ee04f9 commit d1e48f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cwhy/conversation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import litellm # type: ignore

import llm_utils
litellm.set_verbose=True

from . import utils
from .diff_functions import DiffFunctions
Expand Down

0 comments on commit d1e48f2

Please sign in to comment.