Skip to content

v0.91.3

Choose a tag to compare

@dwash96 dwash96 released this 30 Dec 06:46
· 709 commits to main since this release
5962504

What's Changed

MR: #331
Full Changelog: v0.91.2...v0.91.3

Addresses:
#330

Includes:

  • #319 - Docker container set up for nvidia hardware for local LLMs
  • #324 - Add openai compatible provider automatic lookup (currently, streaming must be disabled to use the non-default providers)
  • #327 - Fix test suite for main.py, start converting test suite to be pytest as opposed to unittest-based
  • Carry over MCP servers, load Local tools for agent mode on switching coder type

New Contributors