maybe I find something. As find in this sample https://github.com/michalmar/sample-app-aoai-on-your-data/blob/main/app.py
header attribute "chatgpt_url" should be like
chatgpt_url = "https://{AZURE_OPENAI_RESOURCE}.openai.azure.com/openai/deployments/{AZURE_OPENAI_MODEL}/completions?api-version=2023-03-15-preview"
but REST API url is like
endpoint = "https://{AZURE_OPENAI_RESOURCE}.openai.azure.com/openai/deployments/{AZURE_OPENAI_MODEL}/extensions/chat/completions?api-version=2023-06-01-preview"
this is working for me.