7 Commits

Author SHA1 Message Date
Nenad Ilic
812509add4
Merge pull request #1 from realprogrammersusevim/fix_api_url
fix: update default openrouter api url
2025-07-23 21:35:19 +02:00
Jonathan
dad95b84d7
fix: update default openrouter api url 2025-07-23 14:18:25 -05:00
Nenad Ilic
de5bb421eb Fix CLI entry point in pyproject.toml 2025-04-26 15:06:37 +02:00
Nenad Ilic
bfa1482f82 Add CLI arguments for model and API configuration 2025-04-26 15:00:25 +02:00
Nenad Ilic
57dac558f4 Prepare project for GitHub publishing
- Update README with detailed usage instructions
- Add GitHub community files (CONTRIBUTING, CODE_OF_CONDUCT, etc.)
- Set up CI workflows for automated testing
- Create CHANGELOG for version tracking
- Add SECURITY guidelines
- Update licensing and author information
2025-04-26 14:42:48 +02:00
Nenad Ilic
b55cd15de2 Add setup.py for pip installation compatibility and example scripts 2025-04-26 14:24:26 +02:00
Nenad Ilic
12e39cf7c9 Initial commit with functional proxy and tests
- Create claudex proxy for Anthropic-to-OpenAI API conversion
- Fix package setup in pyproject.toml
- Add environment variable mocking in tests
- Include example configuration
2025-04-26 14:17:27 +02:00