Commit Graph

22 Commits

Author SHA1 Message Date
Zvonimir Sabljic
d2b491757b Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-04 10:16:37 +02:00
Zvonimir Sabljic
1c52b64a8d Enabled streaming of LLM response 2023-08-03 20:45:11 +02:00
Zvonimir Sabljic
ce56224270 Fix: replace functions in the data that's being hashed 2023-08-03 20:44:39 +02:00
Zvonimir Sabljic
5b493accf9 escape special characters in the GPT response - currently hardcoded to json.loads() but we might need it in the future 2023-08-03 20:44:06 +02:00
LeonOstrez
749f9bf663 merge 2023-08-03 17:27:34 +02:00
LeonOstrez
208fba56a9 fix saving user and app, update user stories and user tasks to be generated one by one 2023-08-03 17:24:59 +02:00
Zvonimir Sabljic
fb5afd3417 If there is only one function call, force GPT to use it and if there are multiple, use 'auto' 2023-08-03 11:17:48 +02:00
Zvonimir Sabljic
885792bd5e Merge branch 'main' of github.com:Pythagora-io/copilot 2023-08-02 08:52:57 +02:00
LeonOstrez
9673d40f65 refactor DB 2023-08-02 08:29:40 +02:00
Zvonimir Sabljic
4f2edb015f Refactor so we use array_of_objects_to_string + added debugging file and AgentConvo method to copy js code to clipboard so it can be pasted into OpenAI playground for easier debugging 2023-08-01 08:46:29 +02:00
Zvonimir Sabljic
3de4d10fa7 Removed split_into_bullets + unused imports 2023-07-31 12:29:03 +02:00
Zvonimir Sabljic
edc70fd86f Fixed functionality of processing prompts with function calls 2023-07-29 13:02:06 +02:00
Zvonimir Sabljic
2676e7ff9e Merge branch 'main' of github.com:Pythagora-io/copilot 2023-07-28 15:10:03 +02:00
Zvonimir Sabljic
81e4e92a08 Implemented function calling for user stories 2023-07-28 15:09:57 +02:00
LeonOstrez
357c1d015a revert colors 2023-07-28 15:09:31 +02:00
LeonOstrez
02dc329933 remove inquirer completely and fix saving app to db 2023-07-28 14:38:13 +02:00
Zvonimir Sabljic
3f9bc48f96 Merge branch 'main' of github.com:Pythagora-io/copilot 2023-07-28 10:26:42 +02:00
LeonOstrez
6bbc0f109c add user_tasks, use questionary instead of inquirer, refactor main.py 2023-07-28 10:24:13 +02:00
Zvonimir Sabljic
c863c8fadc Initial implementation for function calling 2023-07-28 10:13:54 +02:00
LeonOstrez
8db53c6f6d setup storing steps to db and init user stories implementation 2023-07-27 07:51:49 +02:00
LeonOstrez
988cc10232 refactor setup, added loop conversation with gpt, finished getting project description with additional questions from gpt 2023-07-25 12:30:00 +02:00
Zvonimir Sabljic
cb579d8aba Added local files 2023-07-18 11:17:22 +02:00