mirror of
https://github.com/usememos/memos.git
synced 2025-01-18 10:31:26 +08:00
6 lines
84 B
Go
6 lines
84 B
Go
|
package api
|
||
|
|
||
|
type OpenAICompletionRequest struct {
|
||
|
Prompt string `json:"prompt"`
|
||
|
}
|