A Cloudflare Worker proxy that enables Claude Code to use NVIDIA NIM API models
Stars
28
Forks
10
Watchers
28
Open Issues
1
Overall repository health assessment
latest25
commits
Enhance content processing logic in handleStream function of index.js by introducing a modeDecided flag to determine processing state. Improve handling of <think> tags and streamline message sending for better efficiency and clarity.
f4e9dceView on GitHubRefactor handleStream function in index.js to improve content processing logic, enhance handling of thinking and text blocks, and streamline message sending. Introduce content buffering and flushing mechanisms for better management of incoming data.
b2c35beView on GitHubRefactor handleStream function in index.js to ensure consistent use of await for asynchronous operations, improve error handling during stream processing, and enhance content block management. Streamline message sending logic for better clarity and maintainability.
4aa7c27View on GitHubRefactor handleMessages and handleStream functions in index.js to improve readability and maintainability. Streamline error handling, enhance tool call processing, and ensure consistent content block management. Remove redundant comments for clarity.
cd1c5c1View on GitHubRefactor message handling in index.js to improve tool choice conversion logic, enhance error handling during stream processing, and streamline content block closure. Remove outdated comments for clarity.
4d92aecView on GitHubEnhance message handling in index.js to support system prompts as strings or arrays, improve tool conversion to OpenAI format, and refine response content structure. Update README files for clarity on setup prerequisites and deployment instructions.
1ac69e8View on GitHubUpdate README files to include demo image and improve feature presentation for NVIDIA Anthropic Proxy.
fcf7b9cView on GitHubAdd Chinese README (README_CN.md) for NVIDIA Anthropic Proxy with setup instructions, features, supported models, and usage details.
46f1faeView on GitHubUpdate CLAUDE.md and README.md to remove references to AUTH_TOKEN, clarify environment variable requirements, and enhance the explanation of the proxy's functionality.
86d4a75View on GitHubRemove API endpoint section from README.md to streamline content and focus on essential setup instructions.
0260077View on GitHubUpdate README.md to clarify setup instructions, streamline content, and enhance model usage details for NVIDIA Anthropic Proxy.
7dc6863View on GitHubRemove account_id from wrangler.toml and update README setup instructions
433c1ddView on GitHub