Release 0.7.0 #51
Closed
TheR1D
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Follow conversation option (chat mode)
To start a chat session, use the
--chat
option followed by a unique session name and a prompt:Chat sessions management
To list all the current chat sessions, use the
--list-chat
option:To show all the messages related to a specific chat session, use the
--show-chat
option followed by the session name:API requests caching
Control cache using
--cache
(default) and--no-cache
options. This caching applies for allsgpt
requests to OpenAI API:Next time, same exact query will get results from local cache instantly. Note that
sgpt "what are the colors of a rainbow" --temperature 0.5
will make a new request, since we didn't provide--temperature
(same applies to--top-probability
) on previous request.This discussion was created from the release 0.7.0.
Beta Was this translation helpful? Give feedback.
All reactions