google_ai: Remove list of supported countries (#29348)

This PR removes the list of supported countries from the `google_ai`
crate, as it is no longer referenced in this repo.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-04-24 11:04:45 -04:00 committed by GitHub
parent b54bbebc03
commit f527df6fa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 236 deletions

View file

@ -1,12 +1,8 @@
mod supported_countries;
use anyhow::{Result, anyhow, bail};
use futures::{AsyncBufReadExt, AsyncReadExt, StreamExt, io::BufReader, stream::BoxStream};
use http_client::{AsyncBody, HttpClient, Method, Request as HttpRequest};
use serde::{Deserialize, Serialize};
pub use supported_countries::*;
pub const API_URL: &str = "https://generativelanguage.googleapis.com";
pub async fn stream_generate_content(