Commit Graph

302 Commits

Author SHA1 Message Date
71197db82e Merge pull request #40 from dongri/add-new-models
Add new models
2023-11-07 09:25:05 +09:00
32cecb6033 Add new models 2023-11-07 09:24:34 +09:00
1ce841cece Bump up 2023-10-20 20:05:45 +09:00
297c2cff1e Merge pull request #39 from dejavu1987/patch-1
Add "gpt-3.5-turbo-16k" model chat_completion.rs
2023-10-20 20:03:45 +09:00
9d563920c1 Fix quotes 2023-10-20 12:52:49 +02:00
c181bbf475 Add "gpt-3.5-turbo-16k" model chat_completion.rs
I needed this 16k context model but saw it is not added.
2023-10-20 10:39:46 +02:00
d744946a5a Bump up 2023-10-19 11:38:28 +09:00
0c9ad69271 Merge pull request #38 from night-cruise/fix/update-impl-builder-methods
Update the impl_builder_methods macro to let all chain methods in a s…
2023-10-19 11:37:17 +09:00
fde7295d43 Update the impl_builder_methods macro to let all chain methods in a single impl block 2023-10-18 16:03:58 +08:00
eaa811d07a Bump up 2023-10-17 20:07:05 +09:00
93e9a32d0c Merge pull request #37 from night-cruise/feat/add-chain-call
feat: add chain call to create Request instance
2023-10-17 20:02:39 +09:00
a9be9efdfe feat: add chain method to create Request instance 2023-10-17 15:14:31 +08:00
f1f1fa7e86 Fix version 2023-10-06 17:21:10 +09:00
1651062a31 Merge pull request #36 from dongri/fix-function-call-enum
Fix function call type
2023-10-06 17:20:28 +09:00
6431c9cbdd Fix function call type 2023-10-06 17:19:46 +09:00
b079334e67 Fix version 2023-10-06 09:28:20 +09:00
010fe389fd Merge pull request #35 from dongri/fix-function-call-type
Add none to function call type
2023-10-06 09:27:12 +09:00
7a592ce35d Add none to function call type 2023-10-06 09:26:49 +09:00
cd058c0ac2 Fix version 2023-10-06 06:07:04 +09:00
d046af8600 Merge pull request #34 from dongri/fix-function-call
Add function call type
2023-10-06 06:05:10 +09:00
3a37c625e0 Add function call type 2023-10-04 16:57:13 +09:00
036b850035 Merge pull request #32 from dongri/refactoring-minreq-header
Refactoring http request headers
2023-08-27 09:49:08 +09:00
545d6adae6 Refactoring http request headers 2023-08-27 09:41:03 +09:00
e0e6a92143 Merge pull request #31 from Anush008/main
refactor: Transition from Async to Sync Requests using minreq
2023-08-27 09:26:12 +09:00
cadcb7ae8b docs: Update README.md 2023-08-25 17:44:25 +05:30
fb0bcfa371 chore: Bump to version 1.0.0
BREAKING CHANGE
2023-08-25 17:34:01 +05:30
f453dc9323 chore: update examples 2023-08-25 17:29:36 +05:30
ffe2bd49be refactor: sync with minreq 2023-08-25 17:29:23 +05:30
eee3ae6153 chore(deps): remove tokio, reqwest 2023-08-25 17:29:04 +05:30
bf7cc4bdf6 Merge pull request #29 from szabgab/main-1
Update Cargo.toml add repository
2023-08-24 22:36:13 +09:00
307ff284a4 Update Cargo.toml add repository
to allow crates.io, rust-digger, and others to link to it
2023-08-24 16:03:17 +03:00
9a4123e488 v0.1.15 2023-08-22 10:33:46 +09:00
20deee9bdc Merge pull request #28 from dongri/add-header-for-organization
Add new_with_organization
2023-08-22 10:31:22 +09:00
f318d3d34a Add new_with_organization 2023-08-22 10:29:14 +09:00
1965624f31 Merge pull request #24 from night-cruise/fix/fix-readme-example
Fix the bug of readme example
2023-08-09 08:11:01 +09:00
35ae412aa2 Fix the bug of readme example 2023-08-08 18:56:58 +08:00
a747aa86a7 V0.1.14 2023-08-04 06:50:29 +09:00
e2f2317735 Fix readme 2023-08-04 06:49:53 +09:00
0ab08c8587 Merge pull request #23 from dongri/fix-api-base-naming
Rename env
2023-08-04 06:48:32 +09:00
efd367289f Rename env name 2023-08-04 06:47:06 +09:00
30c17729ee V0.1.13 2023-08-04 06:43:00 +09:00
70ab6c257f Merge pull request #22 from dongri/endpoint-from-env
Endpoint from env
2023-08-04 06:42:18 +09:00
1011c124cf Fix readme 2023-08-04 06:39:49 +09:00
079b7f6d8a Add default endpoint 2023-08-04 06:38:07 +09:00
ea2ec55153 Fix version 2023-07-29 07:36:41 +09:00
e34bde5e78 Merge pull request #19 from dongri/add-new-with-endpoint
Add new_with_endpoint
2023-07-29 07:33:20 +09:00
c3a08c36a3 Add new_with_endpoint 2023-07-29 07:32:41 +09:00
39c8e2b572 Version up 2023-07-25 23:24:32 +09:00
786335b8ab Merge pull request #17 from dongri/fix-required
Fix required
2023-07-25 23:22:10 +09:00
5ee3321ed0 Fix message 2023-07-25 12:02:34 +09:00