-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Si al programa extract.py de la rama dev se lo llama con load_optimized_name en None y el usuario no especifica un modelo, el modelo queda por default según :
def extract(
text: str,
json_schema: dict = None,
model: Optional[str] = "litellm_proxy/google/gemma-3n-E4B-it",
temperature: float = 0.0,
timeout: float = 30.0,
load_optimized_name: Optional[str] = None,
Y "litellm_proxy/google/gemma-3n-E4B-it" no existe en nuestra infra
Notes
Es posible que esta librería no vea la luz, así que evaluar su solución
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working