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: Add OpenAI GPT model integration #39

Merged
merged 13 commits into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. style: Format file

    flacial committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7bda017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db12240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38d0913 View commit details
    Browse the repository at this point in the history
  4. deps: Add openai package

    flacial committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2ce516c View commit details
    Browse the repository at this point in the history
  5. feat: Add GPT model external

    flacial committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    7a79bb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    533cb73 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    887d5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4a27a8 View commit details
    Browse the repository at this point in the history
  3. feat(gpt): Change to "chat" mode and increase max tokens

    We changed the engineered prompt to suits our case more such as including Discord code block syntax. We also increase the max_tokens so the completion is longer and more detailed.
    flacial committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0bdf929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b690c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d782180 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b4a600 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f0c810 View commit details
    Browse the repository at this point in the history