You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,21 @@ Run the script to prompt the model for function calling (assuming you activated
41
41
42
42
After it has been run, it will ask for a prompt. Be descriptive for what you want the model to do so it knows which tools to select, and what to do with any data it gets from the tools.
43
43
44
+
You can also use this for normal LLM chatting if you'd like.
45
+
46
+
There are a few commands you can use in the prompt to do things:
47
+
48
+
```
49
+
help
50
+
Shows this text
51
+
exit
52
+
Exits the program
53
+
clear
54
+
Clears the console and the chat history for a new convo
55
+
load
56
+
Load's the functions in the user folder. (can be enabled by default in the config)
57
+
```
58
+
44
59
### Available tools
45
60
46
61
Pre-made tools exist and can be found in the [functions](/functions) folder of the repo
0 commit comments