Skip to content

Commit

Permalink
docs: remove last mentions of api.aleph-alpha.com
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Dec 9, 2024
1 parent 59ce735 commit be7dc9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ pub struct HttpClient {
}

impl HttpClient {
/// In production you typically would want set this to <https://api.aleph-alpha.com>. Yet you
/// may want to use a different instances for testing.
/// In production you typically would want set this to <https://inference-api.pharia.your-company.com>.
/// Yet you may want to use a different instance for testing.
pub fn with_base_url(host: String, api_token: Option<String>) -> Result<Self, Error> {
let http = ClientBuilder::new().build()?;

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ impl Client {

/// Use your on-premise inference with your API token for all requests.
///
/// In production you typically would want set this to <https://api.aleph-alpha.com>. Yet
/// you may want to use a different instances for testing.
/// In production you typically would want set this to <https://inference-api.pharia.your-company.com>.
/// Yet you may want to use a different instance for testing.
pub fn with_base_url(
host: impl Into<String>,
api_token: impl Into<String>,
Expand Down

0 comments on commit be7dc9f

Please sign in to comment.