Skip to content

Commit a0bc89d

Browse files
committed
Add batches API to facade
1 parent f485a71 commit a0bc89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/OpenAI.php

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/**
1313
* @method static \OpenAI\Resources\Assistants assistants()
1414
* @method static \OpenAI\Resources\Audio audio()
15+
* @method static \OpenAI\Resources\Batches batches()
1516
* @method static \OpenAI\Resources\Chat chat()
1617
* @method static \OpenAI\Resources\Completions completions()
1718
* @method static \OpenAI\Resources\Embeddings embeddings()

0 commit comments

Comments
 (0)