hypercli-cli 0.8.1__tar.gz → 0.8.2__tar.gz
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.
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/PKG-INFO +1 -1
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/claw.py +0 -2
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/pyproject.toml +1 -1
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/.gitignore +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/README.md +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/__init__.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/billing.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/cli.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/comfyui.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/flow.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/instances.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/jobs.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/keys.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/llm.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/output.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/renders.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/tui/__init__.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/tui/job_monitor.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/user.py +0 -0
- {hypercli_cli-0.8.1 → hypercli_cli-0.8.2}/hypercli_cli/wallet.py +0 -0
|
@@ -320,7 +320,6 @@ def fetch_models(api_key: str, api_base: str = PROD_API_BASE) -> list[dict]:
|
|
|
320
320
|
"reasoning": False,
|
|
321
321
|
"input": ["text"],
|
|
322
322
|
"contextWindow": 200000,
|
|
323
|
-
"maxTokens": 8192,
|
|
324
323
|
}
|
|
325
324
|
for m in data
|
|
326
325
|
if m.get("id")
|
|
@@ -335,7 +334,6 @@ def fetch_models(api_key: str, api_base: str = PROD_API_BASE) -> list[dict]:
|
|
|
335
334
|
"reasoning": False,
|
|
336
335
|
"input": ["text"],
|
|
337
336
|
"contextWindow": 200000,
|
|
338
|
-
"maxTokens": 8192,
|
|
339
337
|
},
|
|
340
338
|
]
|
|
341
339
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|