You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimal Express.js server with simple web client that works with Azure OpenAI & OpenAI endpoints.Supports /v1/responses and /v1/chat/completions,audio and DeepSeek models. Highlights:1.Streaming text & audio with "Stop" button 2.Key and keyless Entra ID authentication for in Azure OpenAI 3.Code- and Text- puzzles 5.Difference in models' performance
Innovative new code that leverages Agents SDK and the computer-use-preview openai api model . The user input a query and the app builds the config and JSON to "visually" search the web for products based on the LLM prompt generated. Test code for proof of concept