Spaces:
Sleeping
Sleeping
Update OpenRouter_Agent.py
Browse files- OpenRouter_Agent.py +1 -1
OpenRouter_Agent.py
CHANGED
|
@@ -25,7 +25,7 @@ if not OPENROUTER_API_KEY:
|
|
| 25 |
common = dict(
|
| 26 |
api_base="https://openrouter.ai/api/v1",
|
| 27 |
api_key=OPENROUTER_API_KEY,
|
| 28 |
-
extra_body={"usage": {"include": True}}
|
| 29 |
)
|
| 30 |
|
| 31 |
|
|
|
|
| 25 |
common = dict(
|
| 26 |
api_base="https://openrouter.ai/api/v1",
|
| 27 |
api_key=OPENROUTER_API_KEY,
|
| 28 |
+
#extra_body={"usage": {"include": True}}
|
| 29 |
)
|
| 30 |
|
| 31 |
|