2,627 questions
-1 votes
1 answer
28 views
Open's AI MCP server redirect URI [closed]
I am configuring Open AI to talk to my MCP server using the Oauth service from a third party provider. I add the Client ID and Secret and they are received correctly. However my SSO service complains ...
-3 votes
0 answers
99 views
OpenAI API Key Being Leaked Even Though It’s Stored Securely on Server . Need Help Diagnosing [closed]
I’m facing a serious issue and need help identifying the cause. My application setup is: Backend: Python FastAPI Frontend: Next.js Auth: JWT (Bearer token) Hosting: Nginx on a Linux server OpenAI ...
Advice
0 votes
0 replies
46 views
Does OpenAI API TPM limit count input tokens, output tokens, or both?
I’m a bit confused about how OpenAI’s API rate limits work - specifically the TPM (tokens per minute) limit. If I have, for example, 2 million TPM, is that limit calculated based on: only the input ...
-1 votes
1 answer
52 views
OpenAI deep research API structured output [closed]
Using o3-deep-research, I need strictly structured JSON for a research report with fixed keys and nested values. The keys are set, value structures are set, but ideally the LLM would be able to choose ...
-4 votes
0 answers
38 views
Need help running a modified LLM framework [closed]
I am using OpenAI's API to run the following framework called LLM-SR, but program gets stuck or only one sample results are generated. Is anyone else able to try and run it on their end? Below is the ...
-4 votes
0 answers
67 views
Typerror: Cannot convert argument to bytestring at index 172 has a value of 8221 which is greater than 255 [closed]
Processing tweet 1990745513378132129 by unknown: "The President's public schedule for Tuesday, Nov 18 https://unusualwhales.com/trump-tracker?utm_sou..." 2025-11-18T11:35:29.184Z - info: ...
Tooling
1 vote
3 replies
142 views
How to make an AI model come alive?
For fun, I developed an AI model with short-term, medium-term, and long-term memory, inspired by neuro-sama. (I'm a regular backend developer, I don't know much about AI). How it works: mic -> vad -...
-2 votes
1 answer
81 views
Why doesn’t ChatGPT MCP Connector send client_id in /token request even though AS requires client_secret_post?
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 ...
Advice
0 votes
1 replies
61 views
Why does my OpenAI API (ChatGPT) return 429 ‘rate limit exceeded’ even for low traffic?
I’m integrating OpenAI’s GPT API using Node.js. My app runs fine for a while, but then randomly throws: Error: 429 - You exceeded your current quota, please check your plan and billing details. Even ...
-2 votes
0 answers
51 views
ChatKit DomainVerificationRequestError on mobile (desktop works)
My domain is: https://norkven.getfeurst.com Important details: The agent loads and responds successfully on desktop Chrome and Safari. On mobile Safari/Chrome, the same page loads, but ChatKit throws ...
0 votes
0 answers
43 views
Inconsistent name normalization when extracting data using OpenAI API (gpt-4.0-mini)
I'm using the OpenAI API (gpt-4.0-mini) to extract and normalize names from social media posts. However, even with strict prompting, the output sometimes contains slightly different spellings for the ...
-1 votes
1 answer
54 views
Unable to use gpt-5 model in Spring Boot
I'm trying to use the gpt-5 model through Spring Boot's openAI. However, it keeps logging that I'm using gpt-4o-mini. Is gpt-5 unsupported or am I managing my dependencies incorrectly? Im specifying ...
Best practices
3 votes
1 replies
99 views
Training ChatGPT on Atlassian Products
I created a custom GPT at work so employees can ask it questions about Confluence and Jira as expert knowledge about those products is limited to only a few people. In the spirit of making it stronger,...
0 votes
0 answers
56 views
StackExchange.Redis.RedisTimeoutException on FT.SEARCH with Redis Stack vector index (HNSW)
I'm building a .NET 8 demo that stores OpenAI text embeddings in Redis Stack and performs similarity search with FT.SEARCH (KNN over HNSW vector index). The setup works for indexing and upserting data,...
1 vote
1 answer
64 views
TypeScript error using OpenAI Responses API — ResponseInputImage.detail required even though documentation doesn't show it
I'm trying to use the OpenAI Responses API with image input (Vision). Following the official documentation example. I am getting this type error Type '{ type: "input_text"; text: string; } |...