A version of the ChatDev framework modified to work locally or in private networks of user-hosted ai model instances.
Stars
40
Forks
11
Watchers
40
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
87
commits
25
commits
22
commits
16
commits
16
commits
12
commits
10
commits
10
commits
10
commits
6
commits
- urgent fixes, removes crashes when running with the gradio capture server
a5802c3View on GitHub- urgent fixes to the Research mode config, as well as parser errors thrown on some systems
68af4edView on GitHub- added a new experimental configuration - Research mode, to use it use --config "Research"
8c43781View on GitHub- added a parameter enabling local operation via Ollama, changed README accordingly, local mode is no longer the default operation mode of this project.
75267acView on GitHub- added worker files, as well as laid out the groundwork of functions required for the worker to perform its purpose
d434ff8View on GitHub- made the local runtime fully operational, primary target of this project has been met
4c05a98View on GitHub- added strong typing for all objects associated with LocalAI
9a995d9View on GitHub- established full two-way communication between ollama server and ChatDev
1c83ad3View on GitHub- ollama server is being successfully called as a result of normal program operation (LocalAI roughly functional)
e48ac70View on GitHubCreated an entry for locally run models in model_backend.py
7448f1aView on GitHub