Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

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

Lines changed: 1 addition & 1 deletion
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)