UNPKG

@mariozechner/claude-bridge

Version:

Use non-Anthropic models with Claude Code by proxying requests through the lemmy unified interface

13 lines (11 loc) 177 B
// src/version.ts var versionString; try { versionString = "1.0.14"; } catch (error) { versionString = "dev-tsx-mode"; } var VERSION = versionString; export { VERSION };