Module openai_req::files

source ·

Structs

  • File delete request allows to delete file in OpenAI storage https://platform.openai.com/docs/api-reference/files/delete
  • Request to download file. More details at https://platform.openai.com/docs/api-reference/files/retrieve-content
  • Gets info about single uploaded file. Refer to https://platform.openai.com/docs/api-reference/files/retrieve for additional details
  • Gets list of available files. More details at https://platform.openai.com/docs/api-reference/files/list
  • Upload local file to OpenAI storage(usually for the purpose of fine-tuning). More details at https://platform.openai.com/docs/api-reference/files/upload