We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b530fc commit 432a026Copy full SHA for 432a026
src/Bridge/OpenAI/GPT.php
@@ -53,7 +53,7 @@ public function getOptions(): array
53
54
public function supportsAudioInput(): bool
55
{
56
- return $this->supportsImageInput;
+ return $this->supportsAudioInput;
57
}
58
59
public function supportsImageInput(): bool
0 commit comments