kuafuai / DevOpsGPT

Multi agent system for AI-driven software development. Combine LLM with DevOps tools to convert natural language requirements into working software. Supports any development language and extends the existing code.
https://www.kuafuai.net
Other
6.48k stars 830 forks source link

Use with a local model #94

Open jasonmhead opened 1 year ago

jasonmhead commented 1 year ago

What would it take to modify for use with gpt4all or use with another local model method?

What technical modification suggestions would you have?

booboosui commented 1 year ago

You can implement this interface, call a different model in the internal logic

And modify the code here to call your method

Usually, different models of Prompt understanding is different, you might also need to adjust the related Prompt

Welcome feedback if you encounter problems : )