Skip to content

Releases: RoboCoachTechnologies/GPT-Synthesizer

Release v0.0.4

24 Oct 19:25
eedbe13
Compare
Choose a tag to compare

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.

Release v0.0.3

26 Aug 05:33
fea41ff
Compare
Choose a tag to compare

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