Open
Conversation
- Route all Claude Code requests through MeinGPT's OpenAI-compatible API - Add MeinGPT-available models (GPT-5, Claude Opus/Sonnet, Gemini 3, DeepSeek, etc.) to known model lists - Add opus model detection for direct passthrough mapping - Update .env.example for MeinGPT configuration - Add comprehensive README and DOCUMENTATION for MeinGPT setup - Model mapping: opus→opus, sonnet→BIG_MODEL, haiku→SMALL_MODEL Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove Docker files, CI workflow, original test suite, and screenshot that are not needed for the MeinGPT setup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- BIG_MODEL defaults to claude-sonnet-4-6 (not opus) - Add opus passthrough row to mapping tables - Opus maps directly to itself, not via BIG_MODEL Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- BIG_MODEL → claude-opus-4-6 - SMALL_MODEL → claude-sonnet-4-5 - Add warning about non-Claude models causing skill loops/refusals - Update all mapping tables and config references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Added instructions to copy the example environment file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This update adapts the original repository for using Claude Code with API from meingpt (a new European LLM provider with local servers and subscribed by organizations in Europe).
Note: I removed all additional files from original repository written for Codex etc., since they were not relevant for the task.