Add ChatGPT Tech Support VB.NET
Budget: $10 – $50 USD
I already have a working VB.NET application and now want to embed ChatGPT so the program itself can provide real-time technical support. The focus is strictly on answering technical queries—think “Why is my SQL statement timing out?” or “How do I dispose an IDisposable object correctly in VB.NET?”—rather than general customer service or scheduling tasks.
Your mission is to wire the OpenAI Chat Completion endpoint into my existing codebase, surface a clean chat interface, and make sure the conversation context is maintained so follow-up questions feel natural. I’m compiling in Visual Studio 2022 targeting .NET Framework 4.8, so all additions must build cleanly in that environment.
Deliverables
• Integration code in VB.NET that calls the OpenAI API and returns responses.
• A simple, responsive chat window (WinForms or WPF—whichever you prefer) embedded in the current solution.
• Basic session memory: retain at least the last few Q&A pairs so the AI can reference earlier messages.
• Error handling and logging for failed calls, rate limits, and missing API keys.
• Clear comments plus a short README showing where to place an API key and how to adjust temperature, max tokens, etc.
Acceptance Criteria
– Full source compiles with no third-party licences beyond OpenAI’s.
– Demo proves the bot answers at least three developer-centric questions accurately.
– Hand-off includes all code, resource files, and usage notes.
If you have previous experience integrating OpenAI or similar NLP services into .NET applications, that’s a huge plus.
Your mission is to wire the OpenAI Chat Completion endpoint into my existing codebase, surface a clean chat interface, and make sure the conversation context is maintained so follow-up questions feel natural. I’m compiling in Visual Studio 2022 targeting .NET Framework 4.8, so all additions must build cleanly in that environment.
Deliverables
• Integration code in VB.NET that calls the OpenAI API and returns responses.
• A simple, responsive chat window (WinForms or WPF—whichever you prefer) embedded in the current solution.
• Basic session memory: retain at least the last few Q&A pairs so the AI can reference earlier messages.
• Error handling and logging for failed calls, rate limits, and missing API keys.
• Clear comments plus a short README showing where to place an API key and how to adjust temperature, max tokens, etc.
Acceptance Criteria
– Full source compiles with no third-party licences beyond OpenAI’s.
– Demo proves the bot answers at least three developer-centric questions accurately.
– Hand-off includes all code, resource files, and usage notes.
If you have previous experience integrating OpenAI or similar NLP services into .NET applications, that’s a huge plus.