Home/ChatGPT

ChatGPT

Questions and discussion about ChatGPT, including features, usage, and capabilities.

Topic

When building chatbots, you eventually hit the context window limit. Here are strategies I've used: 1. Sliding window Keep the last N messages. Simp

I set temperature: 0 for reproducible outputs but I'm still getting slightly different responses for the exact same prompt. Is this expected? python

I'm confused about the difference between max_tokens and max_completion_tokens in the API. The docs mention both but I'm not sure when to use which.

I've spent months refining system prompts for consistent outputs across GPT4o. Here's what I've learned: Do's Put format instructions at the END of

I've been testing o1preview for researchlevel reasoning tasks and comparing it with GPT4o. The cost difference is significant $15/M input for o1 vs $2

I'm trying to use GPT4o's vision capabilities to extract structured data from photos of printed tables invoices, receipts, etc. The accuracy is decent

About 35% of my function calling requests to gpt4o return malformed JSON in the arguments field. This is causing production issues. Example of a brok

I've been running benchmarks comparing GPT4o and GPT4 Turbo on code generation tasks. Here are my findings from 500 test cases across Python, TypeScri