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

Devv #5

Merged
merged 83 commits into from
Oct 20, 2023
Merged

Devv #5

merged 83 commits into from
Oct 20, 2023

Commits on Sep 29, 2023

  1. Fixed a bug in setup_text_llm

    kylehh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5b6080f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. chore: update test suite

    This adds a system_message prepending test, a .reset() test, and makes the math testing a little more robust, while also trying to prevent some edge cases where the llm would respond with explanations or an affirmative 'Sure I can do that. Here's the result...' or similar responses instead of just the exepcted result.
    ericrallen committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6ea4cb6 View commit details
    Browse the repository at this point in the history
  2. @ericrallen's test suite

    chore: update test suite
    KillianLucas authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1f5f05f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Merge pull request OpenInterpreter#560 from kylehh/bug_setup_text_llm

    Fixed a bug in setup_text_llm.py
    KillianLucas authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    443f765 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Configuration menu
    Copy the full SHA
    11200b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370b3ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1895e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba72cb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1115cc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    eef23fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a294b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55344ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86a6430 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Added powershell language

    DaveChini authored and DaveChini committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    7847843 View commit details
    Browse the repository at this point in the history
  2. Adding Mistral support

    KillianLucas committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    08899a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29eb06c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c2e01e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    130d367 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4513400 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ffc2d68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e37c125 View commit details
    Browse the repository at this point in the history
  9. Testing tests

    KillianLucas authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    856835e View commit details
    Browse the repository at this point in the history
  10. More flexible tests

    KillianLucas authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8d4e92d View commit details
    Browse the repository at this point in the history
  11. Paused math test

    Let's look into this soon. Failing a lot
    KillianLucas authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6574e01 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Improved tests

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    eb7b7b5 View commit details
    Browse the repository at this point in the history
  2. feat: add support for loading different config.yaml files

    This adds a --config_file option that allows users to specify a path to a config file or the name of a config file in their Open Interpreter config directory and use that config file when invoking interpreter.
    
    It also adds similar functionality to the --config parameter allowing users to open and edit different config files.
    
    To simplify finding and loading files I also added a utility to return the path to a directory in the Open Interpreter config directory and moved some other points in the code from using a manually constructed path to utilizing the same utility method for consistency and simplicity.
    ericrallen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b0fb3d7 View commit details
    Browse the repository at this point in the history
  3. feat: add optional prompt token/cost estimate to %tokens

    This gives  and optional  argument that will estimate the tokens and cost of any provided prompt to allow users to consider the implications of what they are going to send before it has an impact on their token usage.
    ericrallen committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6f788e7 View commit details
    Browse the repository at this point in the history
  4. Paused math test

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f299c9e View commit details
    Browse the repository at this point in the history
  5. Switched tests to turbo

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    97251c6 View commit details
    Browse the repository at this point in the history
  6. More Ooba

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    baf36b1 View commit details
    Browse the repository at this point in the history
  7. Using Eric's tests

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    492a62e View commit details
    Browse the repository at this point in the history
  8. Merge pull request OpenInterpreter#609 from InterwebAlchemy/feature/m…

    …ore-configs
    
    feat: add support for loading different config.yaml files
    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8ec9492 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7315d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acef59e View commit details
    Browse the repository at this point in the history
  11. Deleted archive files

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d6829b0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fade9ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4945e65 View commit details
    Browse the repository at this point in the history
  14. The Local Update

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c9aeda5 View commit details
    Browse the repository at this point in the history
  15. The Local Update

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a9bf6a8 View commit details
    Browse the repository at this point in the history
  16. Alignment

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7b43471 View commit details
    Browse the repository at this point in the history
  17. Alignment

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    798de26 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c93eb67 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    358728b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8d465fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f01ef6b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    687b895 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88a0c6b View commit details
    Browse the repository at this point in the history
  24. Better messaging

    KillianLucas committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e397265 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9890b12 View commit details
    Browse the repository at this point in the history
  26. Skipping nested test

    KillianLucas authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    d815394 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Exposed Procedures

    KillianLucas committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a66ca33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ddc8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8081961 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c923e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42a6905 View commit details
    Browse the repository at this point in the history
  6. Exits properly in colab

    KillianLucas committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    771274f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15c4ecf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3d4f06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb5e510 View commit details
    Browse the repository at this point in the history
  10. WELCOME HACKERS!

    The Open Interpreter Hackathon is on.
    KillianLucas authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    57b28a7 View commit details
    Browse the repository at this point in the history
  11. Welcome hackers!

    KillianLucas authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d42e13c View commit details
    Browse the repository at this point in the history
  12. Fix typo in setup_text_llm.py

    recieve -> receive
    eltociear authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8724240 View commit details
    Browse the repository at this point in the history
  13. Welcome hackers!

    KillianLucas authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4c06964 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    1e8a665 View commit details
    Browse the repository at this point in the history
  2. THE HACKATHON IS ON

    KillianLucas authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    89018c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b8a42a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c32a5ed View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    f52e83b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Fix "depracated" typo

    jamiew authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    8a3402c View commit details
    Browse the repository at this point in the history
  2. Update python.py

    Resolves issue: OpenInterpreter#635
    leifktaylor authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    50aede2 View commit details
    Browse the repository at this point in the history
  3. Update python.py

    More robust handling.
    leifktaylor authored Oct 15, 2023
    Configuration menu
    Copy the full SHA
    b5ac239 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    7fb99e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd45f6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f8114 View commit details
    Browse the repository at this point in the history
  4. Merge pull request OpenInterpreter#632 from eltociear/patch-2

    Fix typo in setup_text_llm.py
    KillianLucas authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    93df2ad View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    8813d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    63b3c27 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    ab5259d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf0af3 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Add container timeout for easier server integration of OI. controllab…

    …le via env var 'OI_CONTAINER_TIMEOUT'. defaults to no timeout. Also add type safety to core/core.py
    unaidedelf8777 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e770bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2a44f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3907b16 View commit details
    Browse the repository at this point in the history
  4. fixed the tests, since they imported and assumed that was a instance,…

    … but is wasnt. now uses interpreter.create_interpreter()
    unaidedelf8777 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    295ddfa View commit details
    Browse the repository at this point in the history