()
| 2171 | |
| 2172 | #[cfg(any(not(feature = "mock"), test))] |
| 2173 | fn admin_base() -> String { |
| 2174 | API_BASE |
| 2175 | .strip_suffix("/api") |
| 2176 | .map(str::to_string) |
| 2177 | .unwrap_or_else(|| API_BASE.to_string()) |
| 2178 | } |
| 2179 | |
| 2180 | fn default_admin_gpt2api_rs_proxy_mode() -> String { |
| 2181 | "inherit".to_string() |
no outgoing calls
no test coverage detected