We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ecf5e commit 8df9df3Copy full SHA for 8df9df3
Public/Get-OpenAIBaseRestURI.ps1
@@ -2,9 +2,12 @@ function Get-OpenAIBaseRestURI {
2
<#
3
.Synopsis
4
Base url for OpenAIBase API
5
-
+ .DESCRIPTION
6
+ Gets the base URI used for all OpenAI API requests.
7
.Example
- Invoke-OpenAIAPI ((Get-GHBaseRestURI)+'/models')
8
+ Invoke-OpenAIAPI ((Get-OpenAIBaseRestURI)+'/models')
9
+ .LINK
10
+ Invoke-OpenAIAPI
11
#>
12
13
'https://api.openai.com/v1'
0 commit comments