You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement builder pattern for model configuration with multi-pr… (#2)
* feat: Implement builder pattern for model configuration with multi-provider support
- Add comprehensive builder pattern for creating model configurations
- Introduce support for OpenAI and Anthropic API integrations
- Enhance prompt template configuration with flexible builder methods
- Update prompts.json with improved schema definitions
- Add builder usage examples and test suite
- Extend README with builder pattern documentation
- Bump version to 0.1.4
* docs: Add PyPI downloads badge to README
* ci: Refactor test dependencies and GitHub Actions workflow
- Remove dev dependencies from main requirements.txt
- Add separate requirements-test.txt for test dependencies
- Update CI workflow to install test requirements separately
- Add environment variables for API keys in test workflow
* ci: Install package in editable mode for testing
- Add `pip install -e .` to CI workflow
- Ensures tests can import local package during GitHub Actions runs
* - Update test_prepare_model_config_required_fields to use specific error message matching
A Python library for managing and using prompts with Promptix Studio integration. Promptix makes it easy to manage, version, and use prompts in your applications with a built-in web interface.
0 commit comments