mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
main
This commit is contained in:
@ -1868,7 +1868,7 @@ class ProviderConfigurations(BaseModel):
|
||||
if "/" not in key:
|
||||
key = str(ModelProviderID(key))
|
||||
|
||||
return self.configurations.get(key, default) # type: ignore
|
||||
return self.configurations.get(key, default)
|
||||
|
||||
|
||||
class ProviderModelBundle(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user