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

Enable Passing External Documents for Analysis in Code Sandbox #960

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. Make research steps log as debug. Info log code timer for perf eval

    The research mode steps should be debug logged to reduce noise in prod
    logs.
    
    Log code execution timer at info level to evaluate execution latencies
    in production
    debanjum committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ce2405f View commit details
    Browse the repository at this point in the history
  2. Enable analysing user documents in code sandbox and other improvements

    - Run one program at a time, instead of allowing model to pass
      multiple programs to run in parallel to simplify logic for model
    - Update prompt to give more example of complex, multi-line code
    - Allow passing user files as input into code sandbox for analysis
    debanjum committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b9e6a03 View commit details
    Browse the repository at this point in the history