mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
banners params polish
This commit is contained in:
parent
6d7c2653f0
commit
7bdfe40ed1
3 changed files with 6 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ class MissingApiKeyCheck(Extension):
|
|||
"embedding": "Embedding Model",
|
||||
}
|
||||
|
||||
async def execute(self, banners: list = [], context: dict = {}, **kwargs):
|
||||
async def execute(self, banners: list = [], frontend_context: dict = {}, **kwargs):
|
||||
current_settings = settings_helper.get_settings()
|
||||
model_providers = {
|
||||
"chat": current_settings.get("chat_model_provider", ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue