microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 954 forks source link

When using Dall-E, pre-checked prompt variables are not used. #331

Open yhakiai opened 4 months ago

yhakiai commented 4 months ago

When using Dall-E, pre-checked prompt variables are not used.

Receives args and performs value validation, but the value is not actually used, but the prompt (userMessage) entered by the user is directly used.

https://github.com/microsoft/azurechat/blob/ba17a8dd6ed4fb041f8aeaed9900611f31ab5d9c/src/features/chat-page/chat-services/chat-api/chat-api-default-extensions.ts#L50-L81