feat: add support for pattern variables
This commit is contained in:
parent
7103c9adf6
commit
1ef492449d
@ -161,9 +161,11 @@ Usage:
|
|||||||
|
|
||||||
Application Options:
|
Application Options:
|
||||||
-p, --pattern= Choose a pattern
|
-p, --pattern= Choose a pattern
|
||||||
|
-v, --variable= Values for pattern variables, e.g. -v=$name:John -v=$age:30
|
||||||
-C, --context= Choose a context
|
-C, --context= Choose a context
|
||||||
--session= Choose a session
|
--session= Choose a session
|
||||||
-S, --setup Run setup
|
-S, --setup Run setup
|
||||||
|
--setup-skip-update-patterns Skip update patterns at setup
|
||||||
-t, --temperature= Set temperature (default: 0.7)
|
-t, --temperature= Set temperature (default: 0.7)
|
||||||
-T, --topp= Set top P (default: 0.9)
|
-T, --topp= Set top P (default: 0.9)
|
||||||
-s, --stream Stream
|
-s, --stream Stream
|
||||||
@ -176,9 +178,12 @@ Application Options:
|
|||||||
-U, --updatepatterns Update patterns
|
-U, --updatepatterns Update patterns
|
||||||
-c, --copy Copy to clipboard
|
-c, --copy Copy to clipboard
|
||||||
-m, --model= Choose model
|
-m, --model= Choose model
|
||||||
-u, --url= Choose ollama url (default: http://127.0.0.1:11434)
|
|
||||||
-o, --output= Output to file
|
-o, --output= Output to file
|
||||||
-n, --latest= Number of latest patterns to list (default: 0)
|
-n, --latest= Number of latest patterns to list (default: 0)
|
||||||
|
-d, --changeDefaultModel Change default pattern
|
||||||
|
-y, --youtube= YouTube video url to grab transcript, comments from it and send to chat
|
||||||
|
--transcript Grab transcript from YouTube video and send to chat
|
||||||
|
--comments Grab comments from YouTube video and send to chat
|
||||||
--dry-run Show what would be sent to the model without actually sending it
|
--dry-run Show what would be sent to the model without actually sending it
|
||||||
|
|
||||||
Help Options:
|
Help Options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user