Nicholas Albion
|
425d6ac0bf
|
spinner for LLM timeout
|
2023-09-09 10:43:59 +10:00 |
|
Nicholas Albion
|
5e796c0ce2
|
Merge branch 'feature/load-app-by-user-workspace'
# Conflicts:
# pilot/utils/arguments.py
|
2023-09-08 15:50:34 +10:00 |
|
Nicholas Albion
|
95c6e26665
|
removed commented-out code
|
2023-09-08 15:20:32 +10:00 |
|
Nicholas Albion
|
891d153a2b
|
BaseModel.id is a UUIDField, create UUID from username
|
2023-09-08 15:14:49 +10:00 |
|
Nicholas Albion
|
ee77f1ffac
|
get_app_by_user_workspace(user_id, workspace)
|
2023-09-08 15:13:37 +10:00 |
|
Nicholas Albion
|
0ec6da74ab
|
workspace path can be specified in CLI args
|
2023-09-08 06:29:46 +10:00 |
|
Nicholas Albion
|
c8b74288e5
|
Merge branch 'feature/user_id-from-getpass_getuser'
# Conflicts:
# pilot/utils/arguments.py
|
2023-09-08 04:14:51 +10:00 |
|
Nicholas Albion
|
720fa26bcf
|
user_id defaults to OS username
|
2023-09-08 04:05:26 +10:00 |
|
Nicholas Albion
|
7c7ea43ad6
|
Merge branch 'main' of https://github.com/Pythagora-io/gpt-pilot
|
2023-09-08 03:59:03 +10:00 |
|
Zvonimir Sabljic
|
d52c674cf0
|
Fix
|
2023-09-07 19:47:05 +02:00 |
|
Nicholas Albion
|
cf94fcaebe
|
reordered imports
|
2023-09-08 03:05:53 +10:00 |
|
Nicholas Albion
|
48edfae03c
|
handle rate_limit_exceeded error
|
2023-09-08 03:05:26 +10:00 |
|
Nicholas Albion
|
3423f0683e
|
default MAX_GPT_MODEL_TOKENS to 8192.
tests failed to run because could not parse missing env var MAX_TOKENS
|
2023-09-08 03:04:50 +10:00 |
|
Nicholas Albion
|
69eeae5606
|
attempt to get email from ~/.gitconfig
|
2023-09-08 03:03:38 +10:00 |
|
Nicholas Albion
|
d81f387dc1
|
fixed typo in prompt
|
2023-09-08 03:02:55 +10:00 |
|
Nicholas Albion
|
6cb3563633
|
ignore pilot-env
|
2023-09-08 03:02:27 +10:00 |
|
LeonOstrez
|
44a05b49b5
|
collect telemetry and ask user for feedback
|
2023-09-07 13:01:44 +02:00 |
|
LeonOstrez
|
3e957b9bd8
|
disable microservices when creating app
|
2023-09-06 21:00:01 +02:00 |
|
LeonOstrez
|
3217751f9b
|
update readme with option to continue working on app from start of development
|
2023-09-06 17:52:24 +02:00 |
|
LeonOstrez
|
5879877aac
|
Merge pull request #46 from Pythagora-io/sqlite
handling too many tokens sent to openai api
|
2023-09-06 16:50:16 +02:00 |
|
LeonOstrez
|
83378033be
|
remove checking for tokens before openai api request and handle too many tokens in response
|
2023-09-06 16:46:08 +02:00 |
|
LeonOstrez
|
f383e6c16e
|
delete all development steps if project continued from step before 'coding'
|
2023-09-06 16:43:11 +02:00 |
|
LeonOstrez
|
5bdce6dddf
|
Merge pull request #45 from Pythagora-io/sqlite
add sqlite db
|
2023-09-06 10:16:14 +02:00 |
|
LeonOstrez
|
65c47fe645
|
update readme
|
2023-09-06 10:15:42 +02:00 |
|
LeonOstrez
|
677dd35617
|
Merge branch 'main' into sqlite
|
2023-09-06 09:45:00 +02:00 |
|
LeonOstrez
|
d343f2edea
|
add sqlite db
|
2023-09-06 09:16:35 +02:00 |
|
Zvonimir Sabljic
|
f91da2b5eb
|
Revert "Added back the functionality for tech lead to break down the project and the developer to code task by task"
This reverts commit 990eb0d182.
|
2023-09-05 23:13:09 +02:00 |
|
zvone187
|
dcb0ad5c0d
|
Merge pull request #44 from Pythagora-io/sander110419-main
Sander110419 main
|
2023-09-05 22:53:54 +02:00 |
|
Zvonimir Sabljic
|
83ebd7939d
|
Merge branch 'main' into sander110419-main
|
2023-09-05 22:52:01 +02:00 |
|
Zvonimir Sabljic
|
a9ead6ecbb
|
Fix to enable regular OpenAI access
|
2023-09-05 22:50:48 +02:00 |
|
zvone187
|
dc0533f67b
|
Merge pull request #39 from coolxeo/patch-1
Add OPENAI_MODEL env var
|
2023-09-05 22:33:20 +02:00 |
|
Dani Acosta
|
af6a972cba
|
Add OPENAI_MODEL env var
Adds a env variable OPENAI_MODEL to be able to use different models to GPT-4
|
2023-09-05 00:15:21 +02:00 |
|
LeonOstrez
|
38d56277ff
|
Merge pull request #37 from rajveer43/doc-update
docs update
|
2023-09-04 22:54:16 +02:00 |
|
rajveer43
|
c4299dac34
|
push
|
2023-09-04 20:10:20 +05:30 |
|
Zvonimir Sabljic
|
c4a5bbf1f2
|
IMPORTANT: Fix for shell built-in commands - this will need to be improved down the line
|
2023-09-02 17:34:05 +02:00 |
|
Zvonimir Sabljic
|
f8f7006e68
|
Added description to human intervention log
|
2023-09-02 17:33:30 +02:00 |
|
Zvonimir Sabljic
|
8e3fecfb33
|
Fix
|
2023-09-02 17:33:02 +02:00 |
|
Zvonimir Sabljic
|
9967df02e8
|
HARDCODED: we don't want to create directories in any other way than by running a mkdir command
|
2023-09-02 17:32:52 +02:00 |
|
Zvonimir Sabljic
|
990eb0d182
|
Added back the functionality for tech lead to break down the project and the developer to code task by task
|
2023-09-02 17:29:20 +02:00 |
|
Zvonimir Sabljic
|
190230a0e5
|
Changed position of saving files
|
2023-09-02 17:27:35 +02:00 |
|
Zvonimir Sabljic
|
4ba3986237
|
Improved prompts by removing unnecessary new lines
|
2023-09-02 17:26:41 +02:00 |
|
Zvonimir Sabljic
|
827f18a27d
|
Typo fix
|
2023-09-02 17:24:46 +02:00 |
|
LeonOstrez
|
2e54fcacbb
|
add requirements to readme
|
2023-09-01 11:32:02 +02:00 |
|
Sander Hilven
|
34a5397209
|
Added MAX_TOKENS to the .env as a variable
|
2023-09-01 10:41:39 +02:00 |
|
Sander Hilven
|
a4d520763f
|
Added model selection to .env and update readme
|
2023-09-01 10:34:12 +02:00 |
|
Sander Hilven
|
660047a071
|
Hardcoded model in endpoint URL, now fixed.
|
2023-09-01 09:56:39 +02:00 |
|
Sander Hilven
|
984379fe71
|
Adde Azure OpenAI endpoint.
Tested and confirmed working.
|
2023-09-01 09:53:17 +02:00 |
|
Zvonimir Sabljic
|
4638a209b2
|
Fix
|
2023-08-31 14:41:31 +02:00 |
|
Zvonimir Sabljic
|
7e3f912a9e
|
Added db init file and updated README
|
2023-08-31 14:33:47 +02:00 |
|
zvone187
|
3db30d7904
|
Merge pull request #25 from patakk/patch-1
Update README.md
|
2023-08-29 22:15:02 +02:00 |
|