[update]add example
Browse files
main.py
CHANGED
@@ -74,6 +74,12 @@ def main():
|
|
74 |
"""
|
75 |
|
76 |
examples = [
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
[
|
78 |
"qgyd2021/reward_model_gpt2_stack_exchange",
|
79 |
"""There seems to be a lot of software to control (or emulate) mouse input through the keyboard, but what about the opposite? Basically I'm looking for a way to emulate up/down/left/right clicks with mouse movement, at a fast rate (i.e. lots of very short and quick right clicks while I move the mouse to the right) If I have to learn some scripting language to do it, ok, but I don't know if it would even be possible. Note: This is meant to work on fullscreen, and having a way to turn it on/off with an F# key would be awesome! Thanks for your time :)""",
|
|
|
74 |
"""
|
75 |
|
76 |
examples = [
|
77 |
+
[
|
78 |
+
"qgyd2021/reward_model_gpt2_stack_exchange",
|
79 |
+
"""What's the date today""",
|
80 |
+
"""Today is September 29th.""",
|
81 |
+
"""I don't know""",
|
82 |
+
],
|
83 |
[
|
84 |
"qgyd2021/reward_model_gpt2_stack_exchange",
|
85 |
"""There seems to be a lot of software to control (or emulate) mouse input through the keyboard, but what about the opposite? Basically I'm looking for a way to emulate up/down/left/right clicks with mouse movement, at a fast rate (i.e. lots of very short and quick right clicks while I move the mouse to the right) If I have to learn some scripting language to do it, ok, but I don't know if it would even be possible. Note: This is meant to work on fullscreen, and having a way to turn it on/off with an F# key would be awesome! Thanks for your time :)""",
|