File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 303303default_redis_ttl : Optional [float ] = None
304304default_redis_batch_cache_expiry : Optional [float ] = None
305305model_alias_map : Dict [str , str ] = {}
306- model_group_alias_map : Dict [str , str ] = {}
307306model_group_settings : Optional ["ModelGroupSettings" ] = None
308307max_budget : float = 0.0 # set the max budget across all providers
309308budget_duration : Optional [str ] = (
@@ -1155,14 +1154,17 @@ def add_known_models():
11551154from .llms .mistral .chat .transformation import MistralConfig
11561155from .llms .openai .responses .transformation import OpenAIResponsesAPIConfig
11571156from .llms .azure .responses .transformation import AzureOpenAIResponsesAPIConfig
1158- from .llms .azure .responses .o_series_transformation import AzureOpenAIOSeriesResponsesAPIConfig
1157+ from .llms .azure .responses .o_series_transformation import (
1158+ AzureOpenAIOSeriesResponsesAPIConfig ,
1159+ )
11591160from .llms .openai .chat .o_series_transformation import (
11601161 OpenAIOSeriesConfig as OpenAIO1Config , # maintain backwards compatibility
11611162 OpenAIOSeriesConfig ,
11621163)
11631164
11641165from .llms .snowflake .chat .transformation import SnowflakeConfig
11651166from .llms .gradient_ai .chat .transformation import GradientAIConfig
1167+
11661168openaiOSeriesConfig = OpenAIOSeriesConfig ()
11671169from .llms .openai .chat .gpt_transformation import (
11681170 OpenAIGPTConfig ,
You can’t perform that action at this time.
0 commit comments