Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Multiple Models #35

Open
simonkurtz-MSFT opened this issue Jun 12, 2024 · 0 comments
Open

Add Support for Multiple Models #35

simonkurtz-MSFT opened this issue Jun 12, 2024 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@simonkurtz-MSFT
Copy link
Owner

simonkurtz-MSFT commented Jun 12, 2024

Presently, the backends are model agnostic. That means that every model being used by the implementer of this code must reside on every Azure OpenAI instance that is defined in the backend. This could be limiting because it would require a lowest common denominator. Take these backends, for example:

  • Backend 1 supports model A
  • Backend 2 supports models A & B
  • Backend 3 supports model A
  • Backend 4 supports model B
  • Backend 5 supports models A & B

Today, the backend pool can only use backends 2 and 5.

If the backend list could take model into consideration, the following would apply per model:

  • Model A: backends 1, 2, 3, and 5
  • Model B: backends 2, 4, and 5

I am interested to hear whether there is value in being able to specify backends per model or whether this is a potential solution in search of a problem.

@simonkurtz-MSFT simonkurtz-MSFT added the question Further information is requested label Jun 12, 2024
@simonkurtz-MSFT simonkurtz-MSFT added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant