Skip to main content
0 votes
0 answers
32 views

OpenAI GPT-Image API: Image input tokens not caching despite documentation suggesting they should Problem Summary I'm using OpenAI's GPT-Image models (gpt-image-1.5, gpt-image-1, gpt-image-1-mini) to ...
micaste's user avatar
  • 53
Best practices
0 votes
2 replies
57 views

Is it possible to create a custom GPT and connect it with available connectors? I want to create a GPT that can create and read documents in Notion, basically acting like a second memory/brain. The ...
unique_alex020's user avatar
Tooling
0 votes
3 replies
93 views

I’ve noticed that many enterprises seem to adopt OpenAI’s ChatGPT SDK more frequently than Google Gemini or other AI platforms. From my understanding, both platforms provide similar foundational AI ...
Mandar Mawale's user avatar
Best practices
1 vote
3 replies
134 views

I'm noticing rapid improvements in AI tools (ChatGPT, GitHub Copilot, etc.), and I'm concerned about how this will impact developer jobs in the next few years. Will AI replace developers, or will it ...
Umer Fayyaz's user avatar
-2 votes
1 answer
176 views

I'm integrating my own MCP server with OAuth authentication through the ChatGPT Connector. During the authorization code exchange, the connector doesn’t send the client_id field in the POST request to ...
LtGenFlower's user avatar
0 votes
1 answer
175 views

I'm using OpenAI's API in Python, and right now the response is returned only after the full answer is generated. Example: response = client.chat.completions.create( model="gpt-4o-mini", ...
Lavi Kumar's user avatar
0 votes
0 answers
64 views

I’m building a chatbot for my research project that helps participants understand a chart. The chatbot runs on a website built with React. My goal is to make it feel just like using ChatGPT in the ...
Hesper's user avatar
  • 161
-2 votes
1 answer
146 views

I’m trying to use the ChatGPT Realtime API to recognize spoken commands and to have natural language conversation. What I need: User speaks a command (e.g. “Turn on the living room lights”). Note the ...
danflu's user avatar
  • 315
-7 votes
1 answer
300 views

I’ve set up a tool function to capture important bits of information from user text. import OpenAI from "openai"; import {Tool} from "openai/resources/responses/responses"; ...
BanksySan's user avatar
  • 28.7k
0 votes
0 answers
47 views

I am having a CodeGPT Error Code given as below when trying to ask any question within VS Code IDE: Error Message: Error Code: MODEL_RESPONSE_ERROR I have the VS Code extension of CodeGPT: Chat & ...
Sunny0101's user avatar
  • 576
0 votes
2 answers
444 views

I am trying tutorial for OpenAI Agents SDK. https://openai.github.io/openai-agents-js/guides/tracing/#default-tracing github.com/openai/openai-agents-js/examples/nextjs/src/app/api/basic/route.ts ...
a10adotapp's user avatar
2 votes
1 answer
471 views

I'm using OpenAI's Realtime API for voice conversations and have written Node.js code based on the documentation. https://platform.openai.com/docs/guides/realtime-conversations I'm able to receive the ...
lemon's user avatar
  • 360
-1 votes
1 answer
163 views

I get an error saying file_ids is an unexpected keyword when I try to upload a file in a message using the python openai package. I created a chatgpt-4o thread and I'm trying to upload the file in a ...
John Paul's user avatar
0 votes
1 answer
109 views

My production environment loads tools, it contains my functions schema, it's important because that's the response is calling for the tools, so I can't really eval a response when the eval doesn't ...
lando2319's user avatar
  • 1,912
0 votes
0 answers
30 views

I'm trying to generate image on my app and it would fail to generate, first time trying to add image generation in an app and not really sure if it's doable, have just been failing to generate the ...
Koyomini's user avatar

15 30 50 per page
1
2 3 4 5
35