Releases: RoboCoachTechnologies/GPT-Synthesizer
Releases · RoboCoachTechnologies/GPT-Synthesizer
Release v0.0.4
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
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.
- A log file named
- 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
- @brabiei21 made their first contribution in #3