102 Commits

Author SHA1 Message Date
8282d9294b v6.0.8 2025-07-23 19:00:08 +09:00
7a50c48bea 6.0.7 2025-07-10 16:13:53 +09:00
27eba21f5a v6.0.6 2025-05-17 09:59:45 +09:00
14b13d6799 v6.0.5 2025-05-14 15:10:54 +09:00
670ee75c96 Merge pull request #158 from hiteshjoshi/main
Optional auth header and with api keys | works with azure
2025-05-14 15:04:07 +09:00
f9c8d448fb v6.0.4 2025-05-02 10:45:28 +09:00
6ea6beb4df preserve query parameters from the url 2025-04-30 17:54:22 +05:30
8f5ecd27be remove unused packages 2025-04-18 13:35:16 +05:30
51dbdff3de debugging 2025-04-18 13:35:16 +05:30
67f5b49985 Optional auth header and with api keys #157 (#1)
* made key optional

* with api version
2025-04-18 12:56:57 +05:30
19458d8253 version bump 2025-04-18 11:32:56 +05:30
c98efb5bab added debugging 2025-04-18 11:02:45 +05:30
4c9793148e v6.0.3 2025-03-15 08:53:23 +09:00
5ee2984154 v6.0.2 2025-03-12 21:29:37 +09:00
725526ef51 v6.0.1 2025-03-08 15:26:59 +09:00
f59a6423b9 v6.0.0 2025-03-05 07:42:32 +09:00
2e6ea3eedd v5.2.7 2025-02-28 23:09:12 +09:00
5b29802a15 v5.2.6 2025-02-02 17:35:42 +09:00
edc6fe6526 v5.2.5 2025-02-01 11:53:53 +09:00
8ca56303a1 v5.2.4 2024-12-15 18:19:35 +09:00
534a6bbc7f v5.2.3 2024-11-22 11:53:47 +09:00
22c6ba0f5e v5.2.2 2024-11-20 08:46:59 +09:00
ec821434ac v5.2.1 2024-11-17 16:57:16 +09:00
33981c52fd Fix rustls feature 2024-11-14 10:31:35 +01:00
686bba760e v5.2.0 2024-11-10 15:08:27 +09:00
b02db53bf3 v5.1.0 2024-11-10 09:22:43 +09:00
bb4aa91855 v5.0.15 2024-11-09 08:47:21 +09:00
0a9f65168b v5.0.14 2024-11-05 10:31:49 +09:00
9ea319b16a v5.0.13 2024-10-16 08:47:17 +09:00
34aae9174a v5.0.12 2024-10-13 22:09:33 +09:00
1f190c6233 v5.0.11 2024-10-09 07:38:37 +09:00
8d5daac3b4 Add realtime api 2024-10-09 07:36:44 +09:00
b27c0ee551 v5.0.10 2024-09-26 06:48:59 +09:00
aa33e5a32c Merge branch 'main' of github.com:dongri/openai-api-rs 2024-09-26 06:47:45 +09:00
f9dc628b77 Add rustls feature
This allows library to be used without adding native-tls to dependencies with:

```
openai-api-rs = { version = "^5.0", default-features = false, features = ["rustls"] }
```

Default usage without features is unaffected.
2024-09-25 17:44:15 +02:00
72d9c7ebf4 v5.0.9 2024-09-23 09:48:18 +09:00
6f1e779147 v5.0.8 2024-09-13 09:21:41 +09:00
17759c57b8 Bump up 2024-09-11 05:39:12 +09:00
64e12e75d5 v5.0.6 2024-08-29 00:20:18 +09:00
49298933bf Add batch api 2024-08-29 00:18:26 +09:00
cd13f29727 v5.0.5 2024-08-15 19:04:05 +09:00
cec9a046dc Add socks feature for reqwest 2024-08-15 18:59:48 +09:00
77660cd068 v5.0.4 2024-07-21 08:54:46 +09:00
1d7edd53a8 v5.0.3 2024-07-19 05:49:41 +09:00
5b55e69070 v5.0.2 2024-07-17 17:44:24 +09:00
1e72a90a14 v5.0.1 2024-07-15 21:13:59 +09:00
3e5286dad6 * use reqwest
* support multipart form
* fix audio apits
2024-07-09 18:47:51 +09:00
be660448f4 v4.1.1 2024-06-25 11:46:12 +09:00
29618d53ce Bump to 4.1.0 2024-06-10 19:34:23 +09:00
63a25f1724 Bump up 2024-05-14 13:32:45 +09:00