🔧 Added espanso route to llama ai
This commit is contained in:
parent
29139848d8
commit
0bec37d5d3
1 changed files with 6 additions and 1 deletions
|
|
@ -266,9 +266,14 @@ matches:
|
|||
|
||||
# Routes to ChatGPT
|
||||
- trigger: ";gpt"
|
||||
force_clipboard: true
|
||||
replace: "https://openai.com/chatgpt"
|
||||
|
||||
# Routes to Llama AI
|
||||
- trigger: ";llama"
|
||||
force_clipboard: true
|
||||
replace:
|
||||
"https://openai.com/chatgpt"
|
||||
"https://www.llama2.ai/"
|
||||
|
||||
# Prepares about pages for firefox
|
||||
- trigger: ";conf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue