Release 1.1.0 #431
Closed
TheR1D
announced in
Announcements
Replies: 1 comment 1 reply
-
I think I misunderstood your original post describing how functions would work. I probably had something else in mind and projected my idea on your words. what you've done here is even cooler than what I imagined, also I really appreciated the production value on the video. Great job. I use this tool everyday, if you're interested in any support via patreon, GitHub, etc... I'm sure I'm not the only one willing to pitch in. Either way, amazing work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
main_h264_high_bitrate.mov
OpenAI Library
ShellGPT has now integrated the OpenAI Python library for handling API requests. This integration simplifies the development and maintenance of the ShellGPT code base. Additionally, it enhances user experience by providing more user-friendly error messages, complete with descriptions and potential solutions.
Function Calling
Function calls is a powerful feature OpenAI provides. It allows LLM to execute functions in your system, which can be used to accomplish a variety of tasks. ShellGPT has a convenient way to define functions and use them. To install default functions run:
This will add a function for LLM to execute shell commands and to execute Apple Scripts (on macOS). More details in demo video and README.md.
Options
-c
for—code
.-lc
for--list-chats
-lr
for--list-roles
—functions
option, enables/disable function calling.—install-functions
option, installs default functions.Config
OPENAI_FUNCTIONS_PATH
OPENAI_USE_FUNCTIONS
SHOW_FUNCTIONS_OUTPUT
Minor Changes
This discussion was created from the release 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions