Skip to content

Commit

Permalink
feat: eternal ai
Browse files Browse the repository at this point in the history
  • Loading branch information
genesis-0000 committed Dec 27, 2024
1 parent 4e6f80c commit 20c84be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/src/providers/eternalai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ impl Client {
/// // Initialize the Eternal client
/// let eternalai = Client::new("your-open-ai-api-key");
///
/// let agent = eternalai.agent(eternalai::GPT_4)
/// let agent = eternalai.agent(eternalai::UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT, None)
/// .preamble("You are comedian AI with a mission to make people laugh.")
/// .temperature(0.0)
/// .build();
Expand Down

0 comments on commit 20c84be

Please sign in to comment.