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

feat: ChatGPTBackend #5709

Closed
wants to merge 37 commits into from
Closed

feat: ChatGPTBackend #5709

wants to merge 37 commits into from

Commits on Aug 30, 2023

  1. add generators module

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0fc2bac View commit details
    Browse the repository at this point in the history
  2. add tests for module helper

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7f6325c View commit details
    Browse the repository at this point in the history
  3. add chatgpt generator

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47b6799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e8fcb3 View commit details
    Browse the repository at this point in the history
  5. test component

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cbf7701 View commit details
    Browse the repository at this point in the history
  6. reno

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    419f615 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49ff654 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4edeb8e View commit details
    Browse the repository at this point in the history
  9. reno

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    08e9c62 View commit details
    Browse the repository at this point in the history
  10. more tests

    ZanSara committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a984e67 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. add another test

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    612876a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8e14a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    366b0ff View commit details
    Browse the repository at this point in the history
  4. chat token limit

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e9c3de7 View commit details
    Browse the repository at this point in the history
  5. move into openai

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    725fabe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d4f9d4 View commit details
    Browse the repository at this point in the history
  7. fix test

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c3bef8f View commit details
    Browse the repository at this point in the history
  8. improve tests

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c1a7696 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    246ca63 View commit details
    Browse the repository at this point in the history
  10. add e2e test and small fixes

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ec809e4 View commit details
    Browse the repository at this point in the history
  11. linting

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5d946f8 View commit details
    Browse the repository at this point in the history
  12. Add ChatGPTGenerator example

    vblagoje committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    aa9ce33 View commit details
    Browse the repository at this point in the history
  13. review feedback

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9310057 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7c36db1 View commit details
    Browse the repository at this point in the history
  15. support for metadata

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b2e421d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6d81d79 View commit details
    Browse the repository at this point in the history
  17. mypy

    ZanSara committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2895697 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. mypy

    ZanSara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1538d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02cd61f View commit details
    Browse the repository at this point in the history
  3. fix tests

    ZanSara committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    84332c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. mypy

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    329b54d View commit details
    Browse the repository at this point in the history
  2. query->complete

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5ee2aac View commit details
    Browse the repository at this point in the history
  3. mypy

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    429a3ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b237d View commit details
    Browse the repository at this point in the history
  5. remove component

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    682ed5d View commit details
    Browse the repository at this point in the history
  6. remove generator tests

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    596e274 View commit details
    Browse the repository at this point in the history
  7. remove e2e tests

    ZanSara committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    d82175a View commit details
    Browse the repository at this point in the history