Git Product home page Git Product logo

Comments (6)

jimmc414 avatar jimmc414 commented on August 24, 2024 3

change
with open(filename, 'w') as file:
to
with open(filename, 'w', encoding='utf-8') as file:

from maestro.

patruff avatar patruff commented on August 24, 2024

Yup @jimmc414 I did, just didn't want to re-run it. It's just the log, for some reason it wasn't outputting the code to file (again might have been a Windows issue), but I got the code I wanted in the output text.

from maestro.

Subin-Vidhu avatar Subin-Vidhu commented on August 24, 2024

same issue, tried it on both Linux and Windows, but still no files inside the directory. Markdown files are being generated with all the details though. Followed the following as well:

change with open(filename, 'w') as file: to with open(filename, 'w', encoding='utf-8') as file:

still no luck...

from maestro.

emimix avatar emimix commented on August 24, 2024

I also can't get it to create the actual files, only the folders. I'm using Windows 11

from maestro.

marwinsteiner avatar marwinsteiner commented on August 24, 2024

I have the same issues, getting it to write actual files is proving to be a challenge.

from maestro.

Eipckz avatar Eipckz commented on August 24, 2024

Turned on notifications for this one. I also have the same issue. It seems getting the files to sucessfully write are about a 50/50. But, I think it has to do with how long your "objective" when first running it. I have instead put, "Follow the instructions given in the file provided" and I would have better sucess rates with it actually printing the results of the files. but it isn't perfect, and there is about a 60% sucess rate with this method. Of course, this does not work well if you have a file you wanted to give your chat model, but nonetheless, there is a way to do it.

from maestro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.