|
3dacc85c2a
|
Merge pull request #154 from linsmalldragon/main
Add reasoning_content field to ChatCompletionMessageForResponse
|
2025-03-12 21:28:54 +09:00 |
|
|
06d0c2439b
|
Add reasoning_content field to ChatCompletionMessageForResponse
|
2025-03-11 17:02:08 +08:00 |
|
|
725526ef51
|
v6.0.1
|
2025-03-08 15:26:59 +09:00 |
|
|
dde99ed6d2
|
Merge pull request #153 from aiscriptdev/main
Derive `Clone` for `ChatCompletionMessageForResponse`
|
2025-03-08 15:26:22 +09:00 |
|
|
70bd625d38
|
Merge branch 'dongri:main' into main
|
2025-03-07 11:54:01 +08:00 |
|
|
f59a6423b9
|
v6.0.0
|
2025-03-05 07:42:32 +09:00 |
|
|
d66dc550e8
|
Merge pull request #152 from dongri/fix-client-headers
Add headers to client
|
2025-03-05 07:39:41 +09:00 |
|
|
d4bf0a8a9d
|
Cargo fmt
|
2025-03-05 07:34:59 +09:00 |
|
|
1e0e9519e5
|
Fix print header
|
2025-03-05 07:31:28 +09:00 |
|
|
ddeefd256c
|
Add headers to client
|
2025-03-05 07:26:04 +09:00 |
|
|
2e6ea3eedd
|
v5.2.7
|
2025-02-28 23:09:12 +09:00 |
|
|
499e4ce7c2
|
Merge pull request #150 from dongri/chatgpt-4.5
Add gpt4.5 model
|
2025-02-28 23:06:44 +09:00 |
|
|
6fb04be6d8
|
Add gpt4.5 model
|
2025-02-28 23:06:09 +09:00 |
|
|
5b29802a15
|
v5.2.6
|
2025-02-02 17:35:42 +09:00 |
|
|
b6a1d8f8aa
|
Merge pull request #147 from GustavoWidman/rustls-fix
ensure rustls is used when feature is activated
|
2025-02-02 17:34:47 +09:00 |
|
|
6b2a3fbeda
|
Merge pull request #146 from GustavoWidman/completion-response-fix
make "id" an optional field on ChatCompletionResponse
|
2025-02-02 17:32:41 +09:00 |
|
|
731c64d179
|
ensure rustls is used when feature is activated
|
2025-02-02 04:43:25 -03:00 |
|
|
03ff8341ac
|
make "id" an optional field on ChatCompletionResponse
|
2025-02-02 04:28:27 -03:00 |
|
|
edc6fe6526
|
v5.2.5
|
2025-02-01 11:53:53 +09:00 |
|
|
40bdf257a1
|
Merge pull request #144 from dongri/fix-audio-transcription
Fix audio transcription
|
2025-02-01 11:53:16 +09:00 |
|
|
3b296c8339
|
Fix audio transcription
|
2025-02-01 11:51:48 +09:00 |
|
|
b763a662d6
|
Add openrouter docs
|
2025-01-13 22:49:07 +09:00 |
|
|
c5bec936af
|
Merge pull request #135 from tpisto/main
Update types.rs
|
2024-12-17 08:00:49 +09:00 |
|
|
80bf37b174
|
Update RealtimeVoice
Supported values are: 'alloy', 'ash', 'ballad', 'coral', 'echo', 'sage', 'shimmer', and 'verse'.", param: Some("session.voice"), event_id: None } }
|
2024-12-16 21:49:19 +02:00 |
|
|
d6f18dcadd
|
Update RealtimeVoice options
|
2024-12-16 21:15:35 +02:00 |
|
|
6df777949c
|
Update types.rs
Fixes
message: "Invalid value: 'g711-ulaw'. Supported values are: 'pcm16', 'g711_ulaw', and 'g711_alaw'.", param: Some("session.input_audio_format"), event_id: None } }
|
2024-12-16 10:37:58 +02:00 |
|
|
449a68229c
|
Merge branch 'dongri:main' into main
|
2024-12-16 11:50:28 +08:00 |
|
|
8ca56303a1
|
v5.2.4
|
2024-12-15 18:19:35 +09:00 |
|
|
5fc8f98405
|
Merge pull request #134 from dongri/fix-transcription
Add post_form_raw
|
2024-12-15 18:18:53 +09:00 |
|
|
85d204faf9
|
Add post_form_raw
|
2024-12-15 18:17:10 +09:00 |
|
|
fe38e1320a
|
Merge pull request #132 from pragmatrix/status-details-cancelled
Add CancelledReason to ResponseStatusDetail
|
2024-11-29 07:01:07 +09:00 |
|
|
7edd66961f
|
Add CancelledReason to ResponseStatusDetails
|
2024-11-28 19:26:19 +01:00 |
|
|
73e48812fd
|
Merge pull request #131 from pragmatrix/previous-item-id-none
realtime server event: InputAudioBufferCommited previous_item_id may be None / null
|
2024-11-28 07:19:50 +09:00 |
|
|
58422974d2
|
InputAudioBufferCommited previous_item_id may be None / null
|
2024-11-27 20:15:57 +01:00 |
|
|
568f41b74f
|
Derive Clone for ChatCompletionMessageForResponse
|
2024-11-22 15:04:36 +08:00 |
|
|
534a6bbc7f
|
v5.2.3
|
2024-11-22 11:53:47 +09:00 |
|
|
2370366162
|
Merge pull request #128 from dongri/content-text-annotations
Add ContentTextAnnotations
|
2024-11-22 11:53:17 +09:00 |
|
|
abcbd1bd47
|
Add ContentTextAnnotations
|
2024-11-22 11:52:37 +09:00 |
|
|
22c6ba0f5e
|
v5.2.2
|
2024-11-20 08:46:59 +09:00 |
|
|
79d18aa9ce
|
Merge pull request #126 from dongri/fix-run-object
Fix run object
|
2024-11-20 08:46:05 +09:00 |
|
|
9acf04f816
|
Fix run object
|
2024-11-20 08:44:58 +09:00 |
|
|
ec821434ac
|
v5.2.1
|
2024-11-17 16:57:16 +09:00 |
|
|
73178314c8
|
Merge pull request #124 from reneklacan/fix-rustls
Fix rustls feature
|
2024-11-17 16:54:58 +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 |
|
|
9568281e9a
|
Merge pull request #123 from dongri/refactoring-new-client
Refactoring new client
|
2024-11-10 15:07:14 +09:00 |
|
|
b48f420ab2
|
Fix readme
|
2024-11-10 15:06:58 +09:00 |
|
|
78c8fee839
|
Refactoring new client
|
2024-11-10 15:03:34 +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 |
|