Skip to content

v1.1.0: Async API

Compare
Choose a tag to compare
@alexrozanski alexrozanski released this 17 Mar 23:05
· 5 commits to master since this release
efa3088
  • Specifies iOS target for llama
  • Defines minimum deployment targets for macOS (10.15) and iOS (13.0)
  • Adds a new run() method to LlamaRunner which returns an AsyncThrowingSequence to process tokens using await in a loop
  • Updates llamaTest to use the new async API
  • Updates README to be more detailed and include info about the new async API