Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Allow devs to switch between OpenAI Models #17

Closed brunoborges closed 8 months ago

brunoborges commented 8 months ago

Bicep code already does parametrization, but we need to document in the README.

brunoborges commented 8 months ago

See #18

dantelmomsft commented 8 months ago

this is already available using the "chatGptDeploymentName" paramater. However I would 'promote' this configuration in README once we have completed some tests on several models like gpt-4. As of now the code has been tested with gpt-35-turbo.

dantelmomsft commented 8 months ago

@brunoborges I think we can close this based also on the clarification we had on teams chat.