Skip to content

Instantly share code, notes, and snippets.

View spideynolove's full-sized avatar
🇻🇳
WFH

Hung Nguyen spideynolove

🇻🇳
WFH
View GitHub Profile
@spideynolove
spideynolove / Guide.md
Last active November 4, 2025 23:53
Claude Code Multi-Provider Setup

Claude Code Multi-Provider Setup Guide

Overview

Claude Code is a powerful command-line interface that allows developers to interact with Anthropic's Claude AI models for coding assistance. This guide provides two battle-tested methods to configure Claude Code to work with multiple LLM providers beyond just Anthropic, including models from DeepSeek, z.ai (GLM), Kimi, and OpenRouter.

This empowers you to switch between the best model for any given task without ever leaving your terminal. Two Approaches to Flexibility

  • Shell Functions: A simple, lightweight, and robust method for switching providers before starting a session. Perfect for most use cases.
@spideynolove
spideynolove / README.md
Created June 7, 2025 06:22
A tool that transforms messy Jupyter notebooks into clean, LLM-ready codebases

Jupyter Notebook to Python Converter & Ingester

Convert Jupyter notebooks to Python files, clear outputs, and prepare codebase for LLM analysis.

Installation

chmod +x install.sh
./install.sh