Skip to content

1.8.1 - Greatly Longer Fetch Timeouts

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 18:02
ff2702f
  • Workflow endpoints would previously fail if the prompt took more than 300s. This issue did not affect the main /prompt endpoint, and so went undetected in testing. The issue also affected warmup workflows. This timeout has been increased from fetch's default timeout of 300s, to no limit.
  • Remove unused chokidar package, which was previously used for filewatching. the filewatching mechanism has since been removed in favor of watching websocket events and checking the history endpoint
  • Test case for Cosmos 1.0 7b

resolves #21