LLM Provider Settings #234
Closed
Oceania2018
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use a more flexible configuration data structure to support versatile LLM configuration.
Azure
now activates different Models and versions in different Regions. The Text and Chat versions are in different Endpoints, making it impossible to switch partially. We need a configuration structure that can automatically locate configurations based on Provider and Model. One structure I currently envision is:Through this configuration, we can also update the token / cost statistics of
ITokenStatistics
to apply this new configuration structure.Beta Was this translation helpful? Give feedback.
All reactions