Merge pull request #17 from go-skynet/mudler-patch-1

Fix comment typo
add/first-example
Ettore Di Giacinto 2 years ago committed by GitHub
commit f76b612506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      api/api.go

@ -47,7 +47,8 @@ type OpenAIRequest struct {
// Prompt is read only by completion API calls // Prompt is read only by completion API calls
Prompt string `json:"prompt"` Prompt string `json:"prompt"`
// Messages is readh only by chat/completion API calls
// Messages is read only by chat/completion API calls
Messages []Message `json:"messages"` Messages []Message `json:"messages"`
// Common options between all the API calls // Common options between all the API calls

Loading…
Cancel
Save