Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
6.32k stars 4.22k forks source link

Is it possible to use only the gpt3.5 turbo model? #102

Open bixinhaner opened 1 year ago

bixinhaner commented 1 year ago

I noticed that this project uses both models, Davinci-003 and GPT3.5 Turbo. What are their respective roles? As GPT3.5 Turbo is a general-purpose model, can we use only it to complete the working? Because the price of Davinci-003 is 10 times higher than GPT3.5 Turbo. :smile:

hophanms commented 1 year ago

Davinci-003 gives better answer in Q&A

nubgamerz commented 1 year ago

@hophanms It is possible to use the davinci model instead of gpt-35-turbo? We've applied for gpt-35/gpt-4 but still on the waitlist. If we can utiliise davinci instead, it would be great.

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.