mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
Fix comment typo
Thanks to @deadprogram for noticing it!
This commit is contained in:
parent
a9cd6b3ca3
commit
c4e94c88d7
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ type OpenAIRequest struct {
|
|||
|
||||
// Prompt is read only by completion API calls
|
||||
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"`
|
||||
|
||||
// Common options between all the API calls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue