Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"
authors = ["Edgee <opensource@edgee.cloud>"]
license = "Apache-2.0"
description = "Rust SDK for the Edgee AI Gateway"
homepage = "https://github.com/edgee-cloud/edgee"
repository = "https://github.com/edgee-cloud/edgee"
homepage = "https://www.edgee.cloud"
repository = "https://github.com/edgee-cloud/rust-sdk"
keywords = ["ai", "llm", "gateway", "openai", "anthropic"]
categories = ["api-bindings", "asynchronous"]
rust-version = "1.75"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Edgee Rust SDK

A modern, idiomatic Rust SDK for the [Edgee AI Gateway](https://edgee.ai).
A modern, idiomatic Rust SDK for the [Edgee AI Gateway](https://www.edgee.cloud).

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![Rust](https://img.shields.io/badge/rust-1.75%2B-orange.svg)](https://www.rust-lang.org)
Expand All @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
edgee = "0.1"
edgee = "2.0"
tokio = { version = "1", features = ["full"] }
```

Expand Down Expand Up @@ -327,6 +327,6 @@ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for detai

## Links

- [Edgee AI Gateway](https://edgee.ai)
- [Edgee AI Gateway](https://www.edgee.cloud)
- [Documentation](https://docs.rs/edgee)
- [GitHub Repository](https://github.com/edgee-cloud/edgee)
- [GitHub Repositories](https://github.com/edgee-cloud)
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! # Edgee Rust SDK
//!
//! A Rust SDK for the [Edgee AI Gateway](https://edgee.ai).
//! A Rust SDK for the [Edgee AI Gateway](https://www.edgee.cloud).
//!
//! This SDK provides a simple, idiomatic Rust interface for interacting with the Edgee AI Gateway,
//! which supports multiple LLM providers including OpenAI, Anthropic, Mistral, and more.
Expand Down