mirror of
https://github.com/openai/openai-go.git
synced 2026-04-01 17:17:14 +09:00
small fix
This commit is contained in:
@@ -26,7 +26,7 @@ func main() {
|
||||
|
||||
fileParams = append(fileParams, openai.FileNewParams{
|
||||
// To specify a custom filename, use:
|
||||
// File: openai.FileParam(rdr, "filename.txt", "text/plain")
|
||||
// File: openai.File(rdr, "filename.txt", "text/plain")
|
||||
//
|
||||
File: rdr,
|
||||
Purpose: openai.FilePurposeAssistants,
|
||||
|
||||
Reference in New Issue
Block a user