Skip to content

Commit c8c95e9

Browse files
committed
Bump version to 1.2.1
1 parent fe31dce commit c8c95e9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

openai_dive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openai_dive"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2021"
55
license = "MIT"
66
description = "OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API."

openai_dive/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,8 @@ let mut client = Client::new(deepseek_api_key);
536536
client.set_base_url("https://api.deepseek.com");
537537
```
538538

539+
Use `extra_body` in `ChatCompletionParametersBuilder` to pass non-standard parameters supported by OpenAI-compatible APIs.
540+
539541
### Set organization/project ID
540542

541543
You can create multiple organizations and projects in the OpenAI platform. This allows you to group files, fine-tuned models and other resources.

openai_dive/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,8 @@
531531
//! client.set_base_url("https://api.deepseek.com");
532532
//! ```
533533
//!
534+
//! Use `extra_body` in `ChatCompletionParametersBuilder` to pass non-standard parameters supported by OpenAI-compatible APIs.
535+
//!
534536
//! ### Set organization/project ID
535537
//!
536538
//! You can create multiple organizations and projects in the OpenAI platform. This allows you to group files, fine-tuned models and other resources.

0 commit comments

Comments
 (0)