Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Releases: yanniedog/Autocrew

3.1.0

01 Feb 17:40
Compare
Choose a tag to compare

Major improvements to Ollama model selection menu

Full Changelog: 3.0.1...3.1.0

3.0.1

01 Feb 13:15
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.0.1

Improved welcome information, with version checker

3.0.0

01 Feb 12:16
Compare
Choose a tag to compare

Interactive user interface
(initial version)

2.1.6

29 Jan 12:20
Compare
Choose a tag to compare

Enhanced command line parameters

2.1.5

29 Jan 09:22
Compare
Choose a tag to compare

Fixed dependency installation

2.1.3

29 Jan 04:03
Compare
Choose a tag to compare

Further improvement to upgrade (-u) command line parameter

2.1.2

29 Jan 03:33
Compare
Choose a tag to compare

Ensures "scripts" subdirectory is created if it doesn't exist

2.1.0

28 Jan 16:13
6d30c81
Compare
Choose a tag to compare

Stable.
Allows OpenAI or Ollama for script generation, ranking, and execution of crewai.

2.0.0

25 Jan 15:45
27859a2
Compare
Choose a tag to compare

2.0 (a major upgrade from 1.3)

Features:

  • Config.ini file to change your setup and store your API keys
  • You can use Ollama
  • You can change your Ollama model
  • You can use OpenAI (for generation only, doesn't currently work for ranking or CrewAI execution)
  • The entire script has been rewritten from scratch
  • More efficient and easier to read
  • Removed redundant code
  • Script has been refactored and optimised

NOTE: This is still an fairly alpha release, it needs extensive testing.

Upcoming feature: you will be able to connect to Ollama running on whatever remote host you want (eg, via ngrok)

Full Changelog: https://github.com/yanniedog/autocrew/commits/2.0.0