mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-29 23:53:35 +01:00
Removed setting last_development_step because it's set in save_development_step function
This commit is contained in:
@@ -81,7 +81,6 @@ class AgentConvo:
|
||||
|
||||
if self.agent.__class__.__name__ == 'Developer':
|
||||
development_step = save_development_step(self.agent.project, prompt_path, prompt_data, self.messages, response)
|
||||
self.agent.project.checkpoints['last_development_step'] = development_step
|
||||
|
||||
# TODO handle errors from OpenAI
|
||||
if response == {}:
|
||||
|
||||
Reference in New Issue
Block a user