openAI.createFile doesn't exist right? #382
Unanswered
Suddenfury
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to git and kotlin (and Android studio), but here
Create assistant file
Create an assistant file by attaching a File to an assistant.
val assistant = openAI.createFile(
assistantId = AssistantId("asst_abc123"),
fileId = FileId("file_abc123")
)
im quite sure createFile() doesn't really exist.
Beta Was this translation helpful? Give feedback.
All reactions