Issue with Title Generation Using Azure OpenAI Service
I’m working with an Azure OpenAI resource and trying to build a feature that automatically creates titles based on what users type in. The concept is pretty straightforward - a user provides some text content, and I want the AI to generate a relevant title for that content.
However, I’m running into problems getting this to work properly. The title generation either fails completely or doesn’t produce the expected results.
What I’m trying to achieve:
- User submits text input through my application
- Azure OpenAI processes this input
- System returns a generated title based on the content
Current situation:
The integration isn’t working as expected and I can’t figure out what’s going wrong with my implementation.
Has anyone successfully implemented similar title generation functionality with Azure OpenAI? What approach did you use to make it work reliably?