Skip to content

Commit 30004a5

Browse files
committed
feat: Add Anthropic provider to the Provider enum
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent c70a9e1 commit 30004a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ pub enum Provider {
3939
Google,
4040
Cloudflare,
4141
Cohere,
42+
Anthropic,
4243
}
4344

4445
impl fmt::Display for Provider {
@@ -50,6 +51,7 @@ impl fmt::Display for Provider {
5051
Provider::Google => write!(f, "google"),
5152
Provider::Cloudflare => write!(f, "cloudflare"),
5253
Provider::Cohere => write!(f, "cohere"),
54+
Provider::Anthropic => write!(f, "anthropic"),
5355
}
5456
}
5557
}

0 commit comments

Comments
 (0)