sigoden OP t1_jc2f2mf wrote on March 13, 2023 at 3:33 PM Reply to comment by UseNew5079 in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden You can't send more than 4096 tokens.AIChat will automatically evaluate the number of tokens used, and when it exceeds 4096, it will directly report an error and will not make a request Permalink Parent 1
sigoden OP t1_jc22w3y wrote on March 13, 2023 at 2:08 PM Reply to comment by UseNew5079 in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden AIChat has a max_tokens limit: https://github.com/sigoden/aichat/blob/4a74f5cd72160585721dbce1e92c110125d046dd/src/config/mod.rs#L263 Permalink Parent 0
sigoden OP t1_jc22eey wrote on March 13, 2023 at 2:04 PM Reply to comment by InitialCreature in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden Syntax highlighting: https://github.com/trishume/syntect Color theme: https://github.com/jonschlinkert/sublime-monokai-extended Permalink Parent 1
sigoden OP t1_jc0lmic wrote on March 13, 2023 at 3:55 AM Reply to AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden Features Predefine AI roles Use GPT prompt easily Powerful Chat REPL Context-ware conversation syntax highlighting markdown and other 200 languages. Stream output with hand typing effect Multiline input support and emacs-like editing experience Support proxy Support dark/light theme Save chat messages github: https://github.com/sigoden/aichat.git Permalink 1
AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. Submitted by sigoden t3_11pzc4i on March 13, 2023 at 3:53 AM in coolgithubprojects 9 comments 8
sigoden OP t1_jc2f2mf wrote
Reply to comment by UseNew5079 in AIChat: A cli tool to chat with gpt-3.5/chatgpt in terminal. by sigoden
You can't send more than 4096 tokens.AIChat will automatically evaluate the number of tokens used, and when it exceeds 4096, it will directly report an error and will not make a request