Skip to content

0.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 00:42
· 2 commits to main since this release

This release addresses the most common issues with OpenAI API and adds more logging functionality.

Detailed changes:

  1. Adds timeout and retry to OpenAI API calls. The timeout is set to 90 seconds. After that, the request is retried once.
  2. Adds the optional compiler.llm.max_concurrent configuration option. It controls the maximum number of concurrent requests to OpenAI API.
  3. Adds verbose mode to salami compile. Usage: salami -v compile. It prints out information on its progress.