File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " openai_dive"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44edition = " 2021"
55license = " MIT"
66description = " OpenAI Dive is an unofficial async Rust library that allows you to interact with the OpenAI API."
Original file line number Diff line number Diff line change @@ -536,6 +536,8 @@ let mut client = Client::new(deepseek_api_key);
536536client . 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
541543You can create multiple organizations and projects in the OpenAI platform. This allows you to group files, fine-tuned models and other resources.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments