Closed qq312888991 closed 1 year ago
What you need is multi-instance dependency injection. I believe Tolga is working on this, you can check it here
Yes @Frogley, I think multi-instance dependency injection will be ready this week.
What you need is multi-instance dependency injection. I believe Tolga is working on this, you can check it here
Okay, I understand. Thank you
Yes @Frogley, I think multi-instance dependency injection will be ready this week.
Okay, I understand. Thank you
fixed in v7.0.0 https://github.com/betalgo/openai/pull/271
For example, I have deployed GPT3.5 and Dall-e in Azure OpenAI, with deployment names "gpt35turbo" and "delleV2" respectively. The dependency injection code in my Program.cs file is as follows, but it only allows me to use one of the deployed resources. How can I use the "delleV2" deployment instead?