Skip to main content
-2 votes
1 answer
86 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
162 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
58 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
0 votes
0 answers
80 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
  • 317
-6 votes
1 answer
294 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
46 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
411 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
1 vote
1 answer
397 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
  • 350
-1 votes
1 answer
132 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
106 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
0 votes
0 answers
40 views

I'm building a simple FastAPI POST endpoint that accepts a JSON body. Everything works perfectly when tested via the Swagger UI, Python's requests, and curl. But when I test the same request using ...
Murphy's user avatar
  • 11
1 vote
1 answer
239 views

I'm trying to use a few LLM packages in R to run a few types of prompts through a large number of observations (255 x three different prompts = 765 observations/LLM run). To ensure that the resulting ...
computer_guy2000's user avatar
0 votes
0 answers
37 views

"Streaming Text Formatting" – Formatting text that arrives in chunks from a stream. "Real-time Text Structuring" I am creating a web app using next.js and openai When I use openai ...
Zainy Shorts's user avatar
0 votes
0 answers
52 views

I have a .NET 8 application. I am using Open AI's assistant API to fetch information from PDF. Below is how I have configured my application. Assistant Creation public async Task<string> ...
Sheheryar Sajid's user avatar

15 30 50 per page
1
2 3 4 5
35