Update pkg/inference/backends/openai/openai.go

Co-authored-by: Ignasi <ignasi.lopez.luna@gmail.com>
This commit is contained in:
Jacob Howard 2025-07-11 05:57:24 -06:00 committed by GitHub
parent e9f3b2f9e9
commit fb9e1b83ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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/"
)