GPT-Synthesizer

Software design & development with AI

MIT License

Downloads
67
Stars
286
Committers
5

Bot releases are visible (Hide)

GPT-Synthesizer - Release v0.0.4 Latest Release

Published by RoboCoachian 12 months ago

What's Changed

  • Streamlit user interface:

    • The user can now choose the GPT model via the UI.
    • Generated code base is shown in the UI.
    • Quality of life improvements for interaction with GPT-Synthesizer.
  • More bug fixes with the code generation.

GPT-Synthesizer - Release v0.0.3

Published by RoboCoachian about 1 year ago

What's Changed

  • Full conversation logging:
    • A log file named terminal_log.log will be generated in the workspace after each interaction with GPT Synthesizer.
    • The log file can help the user to debug and troubleshoot when posting issues.
  • Only for Python projects, generate a main.py file:
    • Acts as an entry point to the python code.
    • Imports the generated components.
    • python3 main.py is expected to run the generated python project.
  • Bug fix:
    • workspace folder will be created in the current working directory, instead of the parent directory.

New Contributors

Package Rankings
Top 20.95% on Pypi.org
Related Projects