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

Add Claude Sonnet 3.5 VisionAgentCoder #231

Merged
merged 22 commits into from
Sep 11, 2024
Merged

Add Claude Sonnet 3.5 VisionAgentCoder #231

merged 22 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    04161d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4552cb View commit details
    Browse the repository at this point in the history
  3. fix prompts

    dillonalaird committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5508118 View commit details
    Browse the repository at this point in the history
  4. fixed type errors

    dillonalaird committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e124682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5ebc9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88b3529 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6b75bd View commit details
    Browse the repository at this point in the history
  8. isort

    dillonalaird committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6a6911d View commit details
    Browse the repository at this point in the history
  9. minor fix to prompt

    dillonalaird committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3df7748 View commit details
    Browse the repository at this point in the history
  10. fix edge case for OCR

    dillonalaird committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    326c1a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8f6d8a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c25f87f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    c9dee3e View commit details
    Browse the repository at this point in the history
  2. spelling mistake

    dillonalaird committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1d64b6c View commit details
    Browse the repository at this point in the history
  3. fixed prompt

    dillonalaird committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    28c7787 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Add Temporal Localization & Fix Video Reading (#233)

    * fixed issue with video reader
    
    * added temporal localization
    
    * fix video reader
    
    * remove decord
    dillonalaird authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7db696d View commit details
    Browse the repository at this point in the history
  2. fix type error

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1aba69f View commit details
    Browse the repository at this point in the history
  3. fix format issue

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4e674dd View commit details
    Browse the repository at this point in the history
  4. fix test case

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    52bebe5 View commit details
    Browse the repository at this point in the history
  5. type error

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4837177 View commit details
    Browse the repository at this point in the history
  6. add test case

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a3f0c35 View commit details
    Browse the repository at this point in the history
  7. update version of claude

    dillonalaird committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    32b0f15 View commit details
    Browse the repository at this point in the history