mirror of
https://github.com/usememos/memos.git
synced 2025-10-09 13:56:40 +08:00
5 lines
84 B
Go
5 lines
84 B
Go
package api
|
|
|
|
type OpenAICompletionRequest struct {
|
|
Prompt string `json:"prompt"`
|
|
}
|