Skip to content

[DRAFT] Dev/OpenAI#263

Open
ygefen wants to merge 9 commits intomainfrom
dev/openai
Open

[DRAFT] Dev/OpenAI#263
ygefen wants to merge 9 commits intomainfrom
dev/openai

Conversation

@ygefen
Copy link

@ygefen ygefen commented Jan 30, 2026

Code & Config to utilize OpenAI API

Copy link
Author

@ygefen ygefen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmjoy Your thoughts would be appreciated

Copy link
Contributor

@dmjoy dmjoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good so far, and good questions. Let me know if anything is still unclear. I'm assuming that the extra requirements needed for the openai dependency are fairly light? Assuming the answer is yes we can go with it for now, some part of me likes the idea of just using requests or some other generic HTTP request library to truly decouple, but that's probably not worth it.


self.responses_kwargs = {
"model": self.model,
"reasoning": {"effort": "medium", "summary": "auto"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These might make more sense to go in the init args for the class, but fine to leave here for this first version.

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.

2 participants