Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite auto to use litellm; add spinner #69

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Conversation

dnakov
Copy link
Collaborator

@dnakov dnakov commented Oct 21, 2024

Checklist

  • Closing issues: #issue
  • Mark this if you consider it ready to merge
  • I've added tests (optional)
  • I wrote some documentation

Description

More litellm stuff. This breaks local models for auto, PR coming to fix them soon.
^C works now!

class Spinner:
def __init__(self, message="Loading...", delay=0.1):
self.spinner = itertools.cycle([
"\033[1;31m⠋\033[0m", "\033[1;32m⠙\033[0m", "\033[1;33m⠹\033[0m", "\033[1;34m⠸\033[0m",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤪

@trufae
Copy link
Contributor

trufae commented Oct 21, 2024

Oops some conflicts here after merging the previous pr

@trufae trufae merged commit 75c9b85 into radareorg:master Oct 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants