Azure / azure-openai-samples

Azure OpenAI Samples is a collection of code samples illustrating how to use Azure Open AI in creating AI solution for various use cases across industries. This repository is mained by a community of volunters. We welcomed your contributions.
MIT License
524 stars 373 forks source link

03_Structured.ipynb example works with GPT 35 Turbo model but fails with GPT-4 #47

Open amy-why-msft opened 5 months ago

amy-why-msft commented 5 months ago

With GPT-4 turbo and existing stock prompt, the response is 'SQLQuery: SELECT COUNT(*) AS "EmployeeCount" FROM "Employee"' which cause the following steps to fail.