Skip to content

Commit 432a026

Browse files
authored
fix: gpt audio support (#198)
1 parent 9b530fc commit 432a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/OpenAI/GPT.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getOptions(): array
5353

5454
public function supportsAudioInput(): bool
5555
{
56-
return $this->supportsImageInput;
56+
return $this->supportsAudioInput;
5757
}
5858

5959
public function supportsImageInput(): bool

0 commit comments

Comments
 (0)