You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
response=openrouter_client.chat.send(
model="google/gemma-4-31b-it",
messages=[{"role": "user", "content": "What is the capital of France?"}],
tools=tools,
)
I keep getting errors when using:
why that is ?