fiddler-auditor
fiddler-auditor copied to clipboard
Remove external API calls from unit-tests
External API calls, particularly to open-ai services are being made in unit-tests. Removing this dependency will
- Allow contributors to run unit-tests with out provinf API keys
- Reduce cost of development
- Address reliability issues with open-ai calls