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
* brabiei21 made their first contribution in https://github.com/RoboCoachTechnologies/GPT-Synthesizer/pull/3