Skip to content

Commit

Permalink
Merge pull request #45 from 0xPlaygrounds/fix/docs
Browse files Browse the repository at this point in the history
fix(docs): Docs still referring to old types
  • Loading branch information
cvauclair authored Oct 1, 2024
2 parents b961b5b + 15c073f commit fbb4065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//! // This requires the `OPENAI_API_KEY` environment variable to be set.
//! let openai_client = openai::Client::from_env();
//!
//! let gpt4 = openai_client.model("gpt-4").build();
//! let gpt4 = openai_client.agent("gpt-4").build();
//!
//! // Prompt the model and print its response
//! let response = gpt4
Expand Down

0 comments on commit fbb4065

Please sign in to comment.