ABVM commited on
Commit
623cd35
·
verified ·
1 Parent(s): b482574

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={"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