Skip to content

Commit 77abf07

Browse files
committed
Update README
1 parent b92d951 commit 77abf07

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Install-Module -Name PSOpenAI
6060
[Guide: Migrate ChatCompletion to Response](/Guides/Migrate_ChatCompletion_to_Response.md)
6161

6262
+ [Request-Response](/Docs/Request-Response.md)
63+
+ [Get-Response](/Docs/Get-Response.md)
64+
+ [Remove-Response](/Docs/Remove-Response.md)
65+
+ [Get-ResponseInputItem](/Docs/Get-ResponseInputItem.md)
6366

6467
#### Assistants
6568
[Guide: How to use Assistants](/Guides/How_to_use_Assistants.md)
@@ -140,6 +143,15 @@ Install-Module -Name PSOpenAI
140143
+ [Stop-Batch](/Docs/Stop-Batch.md)
141144
+ [Get-BatchOutput](/Docs/Get-BatchOutput.md)
142145

146+
### Containers
147+
+ [New-Container](/Docs/New-Container.md)
148+
+ [Get-Container](/Docs/Get-Container.md)
149+
+ [Remove-Container](/Docs/Remove-Container.md)
150+
+ [Add-ContainerFile](/Docs/Add-ContainerFile.md)
151+
+ [Get-ContainerFile](/Docs/Get-ContainerFile.md)
152+
+ [Remove-ContainerFile](/Docs/Remove-ContainerFile.md)
153+
+ [Get-ContainerFileContent](/Docs/Get-ContainerFileContent.md)
154+
143155
#### Others
144156
+ [Get-OpenAIModels](/Docs/Get-OpenAIModels.md)
145157
+ [Request-Embeddings](/Docs/Request-Embeddings.md)

0 commit comments

Comments
 (0)