Skip to content

refactor(core): centralize OpenAI usage via call_ai() #2461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alokbpandey
Copy link

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Refactored all example usages to use a single call_ai() function wrapper for better code reuse and maintainability.

Updates include:

  • Introduced call_ai() helper to simplify calling Chat Completion API
  • Read OPENAI_API_KEY securely from environment variables using os.environ.get
  • Replaced repeated client.chat.completions.create() calls with call_ai()
  • Updated both text-based and image-based (vision) prompt examples

Additional context & links

This is a code quality improvement to make example usage cleaner and safer, especially for developers who copy-paste from docs.

While I understand this repo is auto-generated and not meant to be manually edited, I'm sharing this in case it's helpful or influences future generation.

GitHub profile: @Alokbpandey

@Alokbpandey Alokbpandey requested a review from a team as a code owner July 12, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant