Skip to content
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

Nothing in the project folder #68

Open
nothingness6 opened this issue Jul 17, 2024 · 3 comments
Open

Nothing in the project folder #68

nothingness6 opened this issue Jul 17, 2024 · 3 comments

Comments

@nothingness6
Copy link

After procedure to orchestrate, there is nothing in the project folder. The orchestration was successfully done.
Is there anything I should do after orchestration?

@ppsirius
Copy link

I also have the same situation, empty folder and md file with steps (with code). I use latest version and ollama.

@MahdiDK
Copy link

MahdiDK commented Jul 26, 2024

I have the same issue.

@jazzina
Copy link

jazzina commented Sep 4, 2024

try to modify prompt to:
YOU ONLY USE THE FOLLOWING format for every file with FN keyword as anchor 'FN: <filename>' (without quotes) followed by the code block enclosed in triple backticks

and regexp to

# Extract code files from the refined output
code_blocks = re.findall(r'FN: (\S+)\s*```[\w]*\n(.*?)\n```', refined_output, re.DOTALL)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants