mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
clean
This commit is contained in:
@@ -137,7 +137,7 @@ impl ModelsManager {
|
||||
}
|
||||
|
||||
/// Look up model metadata, applying remote overrides and config adjustments.
|
||||
pub(crate) async fn get_model_info(&self, model: &str, config: &Config) -> ModelInfo {
|
||||
pub async fn get_model_info(&self, model: &str, config: &Config) -> ModelInfo {
|
||||
let remote = self
|
||||
.remote_models(config)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user