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

Remove function calling #102

Merged

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    0660244 View commit details
    Browse the repository at this point in the history
  2. fixed logging for unit tests

    nalbion committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0234c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7aa2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82690b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b4186a View commit details
    Browse the repository at this point in the history
  6. tidy up tests

    nalbion committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    714658a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    4d91f38 View commit details
    Browse the repository at this point in the history
  2. Refactored AgentConvo.postprecess_response() into function_calling.pr…

    …ocess_json_response()
    nalbion committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    575c259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    156b361 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. anthropic/claude-2 returns JSON

    gpt-3_5 returns technologies such as "Backend: Node.js with Mongo database (Mongoose)"
    codellama throws an error due to missing `choices`
    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    18aec50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f478953 View commit details
    Browse the repository at this point in the history
  3. clean up

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b317f58 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    623908d View commit details
    Browse the repository at this point in the history
  5. run CI

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c59f068 View commit details
    Browse the repository at this point in the history
  6. updated test

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    323b266 View commit details
    Browse the repository at this point in the history
  7. linting

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b5cebb9 View commit details
    Browse the repository at this point in the history
  8. linting

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1c290c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd10b4a View commit details
    Browse the repository at this point in the history
  10. Require Python >= 3.10

    nalbion committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    68f8368 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. notes and testing

    nalbion committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    b8965f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. rejecting responses that are not JSON.

    Need to fix prompts for GPT-4
    nalbion committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8a024c2 View commit details
    Browse the repository at this point in the history