Replies: 3 comments
-
A role that knows about/plugs into a document retrieval agent like llama-index would be great. Have sgpt tell you about your notes etc. |
Beta Was this translation helpful? Give feedback.
-
A role that attaches to a specified OpenAI assistant thread (or creates a new one). One way to build function calling into sgpt. |
Beta Was this translation helpful? Give feedback.
-
We can create any roles by simple describing them for ShellGPT using sgpt --create-role "git_commit"
# Enter role description: You are git commit message generator, check diff and provide a commit message.
git diff | sgpt --role git_commit Anything else that requires external API calls, or more complex OS operations might be implemented using new function calling feature released in 1.1.0 |
Beta Was this translation helpful? Give feedback.
-
I think this project could benefit from a larger selection of roles. Here's some ideas. Feel free to comment more and I'll add them to the list.
Request Dall-E image creation via sgpt #389
Additional Roles #390 (comment)
Additional Roles #390 (comment)
Beta Was this translation helpful? Give feedback.
All reactions