8 ms·
how do you make CC talk via a proxy? I had a few googles for this and got nowhere
by g-mork 7mo ago
how do you make CC talk via a proxy? I had a few googles for this and got nowhere
- tyre 7mo agohave you tried asking CC to build something that does it? I'm guessing it could.
- behnamoh 7mo agoset Anthropic base URL in CC to your proxy server and map each model to your preferred models (I keep opus↔opus but technically you can do opus↔gpt-5.3, etc.). then check the incoming messages for the string that triggers compaction (it's a system prompt btw) and modify that message before it hits the LLM server.