Skip to content

Commit

Permalink
Fixed complications, ai text memory and ai dall-e added
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Dec 22, 2022
1 parent 7719a74 commit e7f9c32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,12 @@ This experimental functionality relies on OpenAI: https://openai.com for using A
3. Go to espanso settings folder inside the config folder
4. Paste the API Key in the file called openai.txt

| Name | keyword | Output |
|-----------------|--------------------------------|-------------------------------------|
| AI Text GPT | `:aitext` `:aicomplete` `:gpt` | An AI response to your prompt |
| AI Image Dall-E | `:aiimg` `:aiimage` `:dall-e` | An AI generated image |
| AI Memory | `:aimemory` `:aiknow` | Bring AI current memory |
| AI Forget | `:aiforget` `:aierase` | Delete AI memories (saves costs) |
| Name | keyword | Output |
|-----------------|----------------------------------|-------------------------------------|
| AI Text GPT | `:aitext` `:aicomplete` `:gpt` | An AI response to your prompt |
| AI Image Dall-E | `:aiimg` `:aiimage` `:dall-e` | An AI generated image |
| AI Memory | `:aimemory` `:aiknow` | Bring AI current memory |
| AI Forget | `:aiforget` `:aierase` `:aiclear` | Delete AI memories (saves costs) |

# License - Service Level Agreement of Purchased Installable version
- This software is provided as-is, I provide support to users on good-will and listen to feedback and ideas, but cannot commit to eternal promises.
Expand Down
2 changes: 1 addition & 1 deletion match/playbtw_ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ matches:
args:
- "%CONFIG%/scripts/playbtw_ai"
- ai_forget
- triggers: [":aimemory", ":aiknow"]
- triggers: [":aimemory", ":aiknow", ":aiclear"]
replace: "{{output}}"
vars:
- name: output
Expand Down

0 comments on commit e7f9c32

Please sign in to comment.