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: USE_FULL_PROJECT_PROMPT + extracting code from ``` #105

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Jun 17, 2023

  1. feat: pass DEFAULT_MODEL and DEFAULT_MAX_TOKENS from CLI

    Alexander Gusman committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    7015945 View commit details
    Browse the repository at this point in the history
  2. feat: USE_FULL_PROJECT_PROMPT + extracting code from ```

    USE_FULL_PROJECT_PROMPT If enabled for each file generation prompt we will include all the files generated before
    Also, sometimes GPT-3.5 still returns some words around the content of the file
    This change extracts code from ``` blocks
    Also, OPENAI_DEFAULT_MODEL and OPENAI_DEFAULT_MAX_TOKENS env vars added
    Alexander Gusman committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    781fa46 View commit details
    Browse the repository at this point in the history
  3. fix: pass the generated files

    Alexander Gusman committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1417323 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix(code_extract): should extract even from ``` blocks

    Alexander Gusman committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    75f2ea7 View commit details
    Browse the repository at this point in the history
  2. fix(code_extract): should extract even from ``` blocks

    Alexander Gusman committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    cd58f9f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix: if DEFAULT_MAX_TOKENS is 0, skip this field

    Alexander Gusman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    42e477b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/full-codebase-prompt' of github.com:goooseman/smol…

    …-developer into feat/full-codebase-prompt
    Alexander Gusman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0d7da19 View commit details
    Browse the repository at this point in the history
  3. fix: revert unnecessary changes

    Alexander Gusman committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    952060f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix(USE_FULL_PROJECT_PROMPT): 0 or False should also be false

    Alexander Gusman committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    22dcf97 View commit details
    Browse the repository at this point in the history