Skip to content

Commit

Permalink
Add position index 3 to vision gpt
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSkala committed Dec 8, 2023
1 parent bdc52c1 commit 21ed50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prompterator/models/openai_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class GPT4Vision(ChatGPTMixin):
is_chat_model=True,
handles_batches_of_inputs=False,
configurable_params=CONFIGURABLE_MODEL_PARAMETER_PROPERTIES.copy(),
position_index=3,
)

def call(self, idx, input, **kwargs):
Expand Down

0 comments on commit 21ed50b

Please sign in to comment.