fix spaces

This commit is contained in:
2025-10-27 21:01:38 +01:00
parent 9f1c2749da
commit cdc0774fe7
4 changed files with 7 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ class AppModel(BaseModel):
name: str = "gemini-2.0-flash"
label: str = "Gemini"
model: type[Model] | None = None
def get_model(self, instructions: str) -> Model:
"""
Restituisce un'istanza del modello specificato.