hedgequantx 2.6.153 → 2.6.154

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.6.153",
3
+ "version": "2.6.154",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -173,7 +173,6 @@ const callAnthropic = async (agent, prompt, systemPrompt, options = {}) => {
173
173
 
174
174
  const body = {
175
175
  model,
176
- max_tokens: 8192,
177
176
  system: systemPrompt,
178
177
  messages: [
179
178
  { role: 'user', content: prompt }