ravishqureshi
Results
1
issues of
ravishqureshi
### What happened? Following code snippet works ``` config = { "model": "anthropic/claude-3.5-sonnet", "base_url": "https://openrouter.ai/api/v1", "model_info": { "vision": True, "function_calling": True, "json_output": False, "family": "claude-3.5-sonnet" } } model = config["model"]...