Skip to content

Version 0.4.1

Latest
Compare
Choose a tag to compare
@unconv unconv released this 22 Jul 04:05
· 2 commits to master since this release

Added

  • Better context window handling. Old messages are now redacted based on the context window usage and token buffer. These can be changed with --context-window [TOKENS] and --token-buffer [TOKENS]. For example, GPT-4 can be run with a 4K context window to save money: --model 4 --context-window 4000
  • Support for when OpenAI drops -0613 from model names
  • Limit autonomous function calls to 10 in order to prevent infinite function loop. Limit can be changed with --loop-limit [NUMBER]

Fixed

  • Forcing command to be run synchronously or asynchronously

Changed

  • Git commit is now made after every run command as well when using the --git flag