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

Fix not getting python output when running as plugin; fix litellm con… #91

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

dnakov
Copy link
Collaborator

@dnakov dnakov commented Nov 8, 2024

…nection reset on openai calls

Checklist

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

Description

There are some differences in capturing output, probably due to r2pipe vs r2lang. I found a workaround for run_python but I couldn't find one for execute.
In r2ai, when running r2cmd('dc'), it would return stdout, while in r2, it would not.

@dnakov dnakov force-pushed the various_bug_fixes branch 3 times, most recently from f4aefcb to 50a659c Compare November 9, 2024 16:57
…nection reset on openai calls; switch run_python and execute_binary to just use python subprocess, seems to mess up r2pipe
@trufae trufae merged commit fa42783 into radareorg:master Nov 9, 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