mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-05-04 22:30:38 +00:00
13 lines
325 B
TOML
13 lines
325 B
TOML
[project]
|
|
name = "cc-nim"
|
|
version = "2.0.0"
|
|
description = "Proxy that translates Claude Code CLI (Anthropic API) to NVIDIA NIM"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"fastapi[standard]>=0.115.11",
|
|
"uvicorn>=0.34.0",
|
|
"httpx>=0.25.0",
|
|
"pydantic>=2.0.0",
|
|
"python-dotenv>=1.0.0",
|
|
]
|