We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c6da0 commit 19249b0Copy full SHA for 19249b0
Public/Get-OpenAIModelsURI.ps1
@@ -2,6 +2,12 @@ function Get-OpenAIModelsURI {
2
<#
3
.Synopsis
4
Base url for OpenAI Models API
5
+ .DESCRIPTION
6
+ Gets the base URI for the OpenAI models API.
7
+ .EXAMPLE
8
+ Get-OpenAIModelsURI
9
+ .LINK
10
+ https://platform.openai.com/docs/models/overview
11
#>
12
13
(Get-OpenAIBaseRestURI) + '/models'
0 commit comments