Skip to content

Commit

Permalink
put back
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaloz committed Sep 17, 2024
1 parent d974bac commit fc3bcdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dailalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def create_plugin(*args, **kwargs):
f"DAILA/LLM/{prompt_name}": (prompt.desc, getattr(litellm_api, prompt_name))
for prompt_name, prompt in litellm_api.prompts_by_name.items()
}
# create context menus for others
gui_ctx_menu_actions["DAILA/LLM/update_api_key"] = ("Update API key...", litellm_api.ask_api_key)
gui_ctx_menu_actions["DAILA/LLM/update_pmpt_style"] = ("Change prompt style...", litellm_api.ask_prompt_style)
gui_ctx_menu_actions["DAILA/LLM/update_model"] = ("Change model...", litellm_api.ask_model)
Expand Down

0 comments on commit fc3bcdb

Please sign in to comment.