Nicholas Albion
b5cebb95dc
linting
2023-09-23 17:21:06 +10:00
Nicholas Albion
323b2669c0
updated test
2023-09-23 17:14:54 +10:00
Nicholas Albion
c59f068a28
run CI
2023-09-23 17:09:54 +10:00
Nicholas Albion
623908d093
fixed tests
2023-09-23 17:08:22 +10:00
Nicholas Albion
b317f58550
clean up
2023-09-23 16:27:02 +10:00
Nicholas Albion
f4789538a3
6 models returning JSON as per ARCHITECTURE function_calls schema
2023-09-23 14:52:57 +10:00
Nicholas Albion
18aec507e8
anthropic/claude-2 returns JSON
...
gpt-3_5 returns technologies such as "Backend: Node.js with Mongo database (Mongoose)"
codellama throws an error due to missing `choices`
2023-09-23 14:34:36 +10:00
Nicholas Albion
156b361263
function_call-style JSON response from gpt-4, gpt-3_5, codellama, palm-2-chat-bison
2023-09-23 00:45:23 +10:00
Nicholas Albion
575c25902e
Refactored AgentConvo.postprecess_response() into function_calling.process_json_response()
2023-09-22 22:41:38 +10:00
Nicholas Albion
4d91f381c1
Tested Developer.install_technology before refactoring without function_calling
2023-09-22 19:11:50 +10:00
Nicholas Albion
d4879a04b7
ARCHITECTURE function_calls works on meta-llama/codellama-34b-instruct
2023-09-21 23:05:37 +10:00
Nicholas Albion
714658a0c8
tidy up tests
2023-09-21 00:25:25 +10:00
Nicholas Albion
2b4186a4f8
test_chat_completion_Architect passes
2023-09-20 23:15:37 +10:00
Nicholas Albion
82690b2a17
added test_end_to_end() and llm_connection test
2023-09-20 22:20:05 +10:00
Nicholas Albion
4b7aa2df22
get_prompt() moved from llm_connection to utils and works from unit tests
2023-09-20 22:17:37 +10:00
Nicholas Albion
0234c5f7e1
fixed logging for unit tests
2023-09-20 22:16:18 +10:00
Nicholas Albion
0660244017
fabulous does not work on Windows
2023-09-20 22:14:59 +10:00
Zvonimir Sabljic
aa1bca8775
Changed prompts
2023-09-18 19:19:09 -07:00
Zvonimir Sabljic
ffe4fbeba9
Enabled catching of max token limit errors from OpenAI's response
2023-09-18 19:18:54 -07:00
Zvonimir Sabljic
3e20f52b8a
Changed log
2023-09-18 19:18:00 -07:00
Zvonimir Sabljic
5aac5e0385
Import os
2023-09-18 19:17:48 -07:00
LeonOstrez
67209b5b27
merge master into debugging_ipc branch
2023-09-18 19:09:37 -07:00
Zvonimir Sabljic
6d83952750
Merge branch 'debugging_ipc' of github.com:Pythagora-io/gpt-pilot into debugging_ipc
2023-09-18 18:39:43 -07:00
Zvonimir Sabljic
ab20b7a71c
Fixed return values
2023-09-18 18:37:56 -07:00
Zvonimir Sabljic
52e60b1376
Added print
2023-09-18 18:37:20 -07:00
Zvonimir Sabljic
dfbdae7062
Removed setting last_development_step because it's set in save_development_step function
2023-09-18 18:37:10 -07:00
Zvonimir Sabljic
3e5b87f2a9
Don't update db on conflict
2023-09-18 18:36:18 -07:00
Zvonimir Sabljic
aa63fa1988
Enable exception to be thrown even during the restoring phase of the project
2023-09-18 18:35:50 -07:00
zvone187
2d0b741a93
Merge pull request #97 from gravypower/main
...
Fixed docker compose health check on the database and update readme
2023-09-18 16:28:25 -07:00
LeonOstrez
3da60f5c8a
add script for packaging repo
2023-09-18 07:49:27 -07:00
Aaron Job
322a003bd2
fixed doker link
2023-09-15 22:36:47 +00:00
Aaron Job
242db9c4b2
fixed docker health check
2023-09-15 22:33:03 +00:00
Zvonimir Sabljic
48af667cc0
Fixed a couple of return statements
2023-09-15 17:58:28 +02:00
Zvonimir Sabljic
b1e0356432
Create a branch name if no name is provided - we should refactor all other places not to send any specific name
2023-09-15 17:52:58 +02:00
Zvonimir Sabljic
915464386f
Fixed deleting subsequent steps
2023-09-15 17:52:21 +02:00
Zvonimir Sabljic
0dd6b6d996
Changed development_steps, command_runs, and user_inputs models - we don't need to hash any data - we can just use it as is
2023-09-15 17:51:24 +02:00
Zvonimir Sabljic
0e739f350f
Fix
2023-09-15 09:46:35 +02:00
Zvonimir Sabljic
bf36106ee7
Fixed getting developer's help upon TooDeepRecursionError
2023-09-15 09:44:09 +02:00
Zvonimir Sabljic
65135344ab
Converted colored leftovers
2023-09-15 09:43:30 +02:00
Zvonimir Sabljic
9a7c15e0c5
Merge branch 'ipc' into debugging_ipc
2023-09-14 09:40:36 +02:00
Zvonimir Sabljic
e1e483c5f2
Cimmitting missing files
2023-09-13 09:14:59 +02:00
Zvonimir Sabljic
1f41e64c26
Better logging of errors
2023-09-12 21:39:43 +02:00
Zvonimir Sabljic
0619b53d18
Necessary flag so 33c38985bf works
2023-09-12 21:35:07 +02:00
Zvonimir Sabljic
151aa051e2
Improved debugging process and enabled splitting of app development into tasks and then into steps
...
- split step implementation into different functions
- standardized the return value in the implementation process - { "success": True }
- added propagation of errors back to the recursion level 0 with TooDeepRecursionError and TokenLimitError
- created new class Debugger and moved debugging in it
2023-09-12 21:32:56 +02:00
Zvonimir Sabljic
19ac692509
Don't send max_tokens to openai api so we can use as much context as possible
2023-09-12 21:28:01 +02:00
Zvonimir Sabljic
9c06143af0
When sending a CLI error to LLM, select the first MAX_COMMAND_OUTPUT_LENGTH characters for stderr and last MAX_COMMAND_OUTPUT_LENGTH for stdout
2023-09-12 21:23:27 +02:00
Zvonimir Sabljic
2f289ab3ae
Disabled GPT Pilot to request files mid conversation because we're sending all files in the first prompt anyway - this is TEMPORARY to save some context for now
2023-09-12 21:18:13 +02:00
Zvonimir Sabljic
53f90fed86
Improved log
2023-09-12 21:17:06 +02:00
Zvonimir Sabljic
05eeda5e34
Fix for setting up file path and name
2023-09-12 21:07:37 +02:00
Zvonimir Sabljic
d802443c59
TEMP FIX to make sure we don't select any files from the database that either are empty ('') or don't have any snapshot saved
2023-09-12 21:07:10 +02:00