package openai

  1. Overview
  2. Docs
OCaml OpenAI binding

Install

dune-project
 Dependency

Authors

Maintainers

Sources

openai-ocaml-0.0.1.tbz
sha256=aa7947b57001796a65e39cfed9c80338d08c5e2b7f2e32d0e6c19e1446395b18
sha512=46b236cb9bb25233fd4026d9593d161ced0f54b223c6d97ae3d981e2b36355ff60fd80cdefe7c6a247ef36251fe02999a65416b8fbfad50079232b9cb6cbc318

doc/openai/Openai/Audio_translation/index.html

Module Openai.Audio_translationSource

Sourceval endpoint : string
Sourceval send : Client.t -> file:Openai.Basic.file_format -> ?model:string -> ?prompt:string -> ?response_format:[< `Json | `Srt | `Text | `Verbose_json | `Vtt Json ] -> ?temperature:float -> unit -> [> `Json of Openai.Json.t | `Srt of string | `Text of string | `Vtt of string ] Lwt.t