Update pkg/inference/backends/openai/openai.go
Co-authored-by: Ignasi <ignasi.lopez.luna@gmail.com>
This commit is contained in:
parent
e9f3b2f9e9
commit
fb9e1b83ef
|
|
@ -19,7 +19,7 @@ import (
|
|||
const (
|
||||
// Name is the backend name.
|
||||
Name = "openai"
|
||||
// openAIAPIBaseURL is the the base URL for the OpenAI API.
|
||||
// openAIAPIBaseURL is the base URL for the OpenAI API.
|
||||
openAIAPIBaseURL = "https://api.openai.com/v1/"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue