概要
This skill provides a standardized OpenAI-compatible interface for local Ollama instances, allowing developers to use the official OpenAI SDK, LangChain, and LlamaIndex without rewriting core application logic. By mapping Ollama endpoints to the standard /v1/* format, it facilitates an easy transition between proprietary and local models while maintaining access to familiar implementation patterns for completions, chat, and embeddings.