Skip to main content

OpenAI Collective

A collective for developers utilizing OpenAI's foundational models and APIs to build, integrate, and innovate. The OpenAI Collective is organized and managed by the Stack Overflow community as a resource for developers.
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

Best practices
1 vote
0 replies
19 views

Building a RAG chatbot where users can upload their own documents mid-conversation — how are you guys handling this?

I'm building a RAG-based chatbot (using OpenAI + FastAPI + Weaviate) and I've hit a point where I need to let users upload their own documents (PDFs, DOCX, images, TXT) directly inside a chat thread ...
0 votes
0 answers
57 views

How to manually call a function in the OpenAI Realtime API

I’m using OpenAI Realtime with LiveKit to have conversations with my clients. I have multiple functions that I want to call out-of-band during the interaction, so in my session.update I pass my list ...
0 votes
0 answers
48 views

OpenAI GPT-5 Javascript code to translate subtitle .SRT file -- API Timeout

I'm trying to translate Japanese subtitles to English using the openAI API. The following code works if the subtitle file is very short, but for more than a ~100 lines I get a ...
-1 votes
0 answers
45 views

How to fetch Git Diff and update PR Description via Bash in Azure DevOps Server 2022 (On-Premise)?

I am implementing an automated Pull Request (PR) review tool using Azure OpenAI in Azure DevOps Server 2022 (On-Premise). I am using Linux-based build agents and must use Bash/Shell scripts (no ...
0 votes
0 answers
41 views

browser_use Agent runs locally instead of E2B sandbox Chrome despite browser_url parameter

I am trying run browser_use Agent actions such as clicks, typing, and screenshots inside an E2B sandbox Chrome instance, not local Chrome. Currently, the agent spawns local Chrome processes even ...