parent
39d45bcbc1
commit
5bd7eaa173
35 changed files with 99 additions and 89 deletions
|
@ -3,7 +3,7 @@ use std::sync::LazyLock;
|
|||
|
||||
/// Returns whether the given country code is supported by Google Gemini.
|
||||
///
|
||||
/// https://ai.google.dev/gemini-api/docs/available-regions
|
||||
/// <https://ai.google.dev/gemini-api/docs/available-regions>
|
||||
pub fn is_supported_country(country_code: &str) -> bool {
|
||||
SUPPORTED_COUNTRIES.contains(&country_code)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue