openai
4 articles tagged “openai”.
4 articles tagged “openai”.

Stream LLM replies token by token in Delphi: assign OnHTTPAPISSE, call the streaming method, append each delta to a Memo. Same pattern for every provider…

A one-shot completion forgets everything. A chatbot remembers. How to keep conversation context across turns in Delphi, and stream a live reply…

Stop the model from guessing. Embed your own documents, store the vectors, retrieve the closest chunks per question, and let the LLM answer from your data in Delphi…

OpenAI, Anthropic Claude or Google Gemini for your Delphi app? How each looks in code, what each is good at, and why the choice is reversible…