Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bioerrorlog committed Feb 4, 2024
1 parent 2dbdd39 commit bde5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_gpt/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def call_gpt4v(self) -> str:
return content

def call_and_recognize(self):
response = self.call_gpt4()
response = self.call_gpt4v()
json_response = json.loads(response)

for next_servo_motor in json_response['NextServoMotor']:
Expand Down

0 comments on commit bde5954

Please sign in to comment.