Skip to content

Commit

Permalink
docs(backend): apidocs should respect with Go Doc Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Dec 17, 2024
1 parent e5abee2 commit f1babaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/moeru-ai/unspeech/pkg/apierrors"
)

// https://platform.openai.com/docs/api-reference/audio/createSpeech
// Options represent API parameters refer to https://platform.openai.com/docs/api-reference/audio/createSpeech
type Options struct {
// (required) One of the available TTS models.
Model string `json:"model"`
Expand Down

0 comments on commit f1babaa

Please sign in to comment.