mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-02-23 15:49:50 +01:00
Added development step and fixed running it
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
from utils.llm import parse_llm_output
|
||||
|
||||
def process_user_stories(stories):
|
||||
return stories, None
|
||||
|
||||
@@ -50,15 +48,6 @@ USER_TASKS = {
|
||||
},
|
||||
}
|
||||
|
||||
RUN_COMMAND = {
|
||||
'definitions': [
|
||||
|
||||
],
|
||||
'functions': {
|
||||
'run_command': parse_llm_output
|
||||
},
|
||||
}
|
||||
|
||||
FILTER_OS_TECHNOLOGIES = {
|
||||
'definitions': [
|
||||
return_array_from_prompt('os specific technologies', 'os specific technology', 'technologies')
|
||||
|
||||
Reference in New Issue
Block a user