ABVM commited on
Commit
ae6ea8a
·
verified ·
1 Parent(s): a8a0099

Update OpenRouter_Agent.py

Browse files
Files changed (1) hide show
  1. 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={"include": "usage"}
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