lecheel

Results 10 issues of lecheel

just try .sift.conf wanna add for ExcludePath: "abc","xxx" or ["abc","xxx"] can not add more then one options

![Screenshot 2020-04-10 at 8 06 06 PM](https://user-images.githubusercontent.com/148137/78989641-c62dea80-7b66-11ea-9a75-8950cfcfc0cc.png) any idea how to fixed it. Thanks for this libfacedetection

map is working for Normal mode how to assign a map for "File Explorer" mode

in some case screen under putty most shift- not working anymore it's possible create the command like wed-move-line-mark for toggle mark in range as selection

from PIL import Image possible add following api for rect compare using native autopy instead PIL def compare_rect((ax,ay),bmp_name): im=Image.open(bmp_name) rect = ((ax-1,ay-1),(im.size[0]+2,im.size[1]+2)) tst = bitmap.Bitmap.open(bmp_name) scr = bitmap.capture_screen(rect) pos =...

bug

- Implements the `Gemini` struct and `LLM` trait for interacting with the Gemini API. - Includes error handling for missing API key. - Supports streaming responses and termination.

Add VIM command mode

1. **Integration with multiple LLMs:** Support was added for both the **Gemini** and **X.AI** large language models, allowing users to interact with these AI services. 2. **Command Mode and File...

- Implements the `Xai` struct and `LLM` trait for interacting with the X.AI API. - Includes error handling for missing API key. - Supports streaming responses and termination.