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