-
Notifications
You must be signed in to change notification settings - Fork 1k
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
base: main
Are you sure you want to change the base?
Commits on Jun 17, 2023
-
feat: pass DEFAULT_MODEL and DEFAULT_MAX_TOKENS from CLI
Alexander Gusman committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 7015945 - Browse repository at this point
Copy the full SHA 7015945View commit details -
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 committedJun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 781fa46 - Browse repository at this point
Copy the full SHA 781fa46View commit details -
Alexander Gusman committed
Jun 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 1417323 - Browse repository at this point
Copy the full SHA 1417323View commit details
Commits on Jun 19, 2023
-
fix(code_extract): should extract even from ``` blocks
Alexander Gusman committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 75f2ea7 - Browse repository at this point
Copy the full SHA 75f2ea7View commit details -
fix(code_extract): should extract even from ``` blocks
Alexander Gusman committedJun 19, 2023 Configuration menu - View commit details
-
Copy full SHA for cd58f9f - Browse repository at this point
Copy the full SHA cd58f9fView commit details
Commits on Jun 21, 2023
-
fix: if DEFAULT_MAX_TOKENS is 0, skip this field
Alexander Gusman committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 42e477b - Browse repository at this point
Copy the full SHA 42e477bView commit details -
Merge branch 'feat/full-codebase-prompt' of github.com:goooseman/smol…
…-developer into feat/full-codebase-prompt
Alexander Gusman committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 0d7da19 - Browse repository at this point
Copy the full SHA 0d7da19View commit details -
fix: revert unnecessary changes
Alexander Gusman committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 952060f - Browse repository at this point
Copy the full SHA 952060fView commit details
Commits on Jun 22, 2023
-
fix(USE_FULL_PROJECT_PROMPT): 0 or False should also be false
Alexander Gusman committedJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 22dcf97 - Browse repository at this point
Copy the full SHA 22dcf97View commit details