CI/CDP1good first issue
Repository metrics
- Stars
- (17,486 stars)
- PR merge metrics
- (PR metrics pending)
Description
Required prerequisites
- I have read the documentation https://camel-ai.github.io/camel/camel.html.
- I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- Consider asking first in a Discussion.
Problem description
We have identified a critical issue where the OpenAI APIs are being invoked on every push to the Git repository. This behavior is highly inefficient and potentially costly, as it results in unnecessary API calls regardless of whether they are needed for the particular code changes being pushed.
The expected behavior is that the OpenAI APIs should only be triggered under specific conditions, such as before merging a PR.