Skip to content

Releases: dongri/openai-api-rs

v1.0.1

05 Oct 21:08
036b850

Choose a tag to compare

Merge pull request #32 from dongri/refactoring-minreq-header

Refactoring http request headers

v1.0.0

27 Aug 00:31
e0e6a92

Choose a tag to compare

  • Change HTTP processing from asynchronous to synchronous.
  • Remove dependency on tokio.
  • Switch to synchronous processing with minireq.
    Thanks @Anush008

v0.1.15

22 Aug 01:35

Choose a tag to compare

  • Add new_with_organization

v0.1.14

03 Aug 21:51

Choose a tag to compare

V0.1.14

v0.1.13

03 Aug 21:44

Choose a tag to compare

Add default point

v0.1.12

28 Jul 22:37

Choose a tag to compare

Add new_with_endpoint

v0.1.11

25 Jul 14:26

Choose a tag to compare

Fix Option and Add Clone to Message

v0.1.10

16 Jul 12:58

Choose a tag to compare

Add function in role

v0.1.9

09 Jul 23:11

Choose a tag to compare

Add parameters for chat completions

v0.1.8

19 Jun 09:29
4ff7e51

Choose a tag to compare

  • Add new models ( gpt-3.5-turbo-0613 , gpt-4-0613)
  • Support function calling