Skip to content

Commit 593c664

Browse files
committed
Add config
1 parent 2dd9a3a commit 593c664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operate/models/apis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def call_gemini_pro_vision(messages, objective):
137137
"""
138138
Get the next action for Self-Operating Computer using Gemini Pro Vision
139139
"""
140+
config = Config()
140141
# sleep for a second
141142
time.sleep(1)
142143
try:

0 commit comments

Comments
 (0)