AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Can i use my own trained language model instead of GPT?

Open micelvrice opened this issue 1 year ago • 2 comments

I need to use local model to do these jobs due to some reasons. Can I do this? Or how can i do this?

micelvrice avatar Apr 17 '23 08:04 micelvrice

~~Have you used issue and pull request search?~~ ~~It is one of the expected features, but it is not yet implemented. You can find some workarounds in the comments.~~

Artemonim avatar Apr 17 '23 09:04 Artemonim

Yes you can do this in llm_utils.py you can see create_chat_completion where you can switch models accordingly

veerareddyvishal144 avatar Apr 18 '23 06:04 veerareddyvishal144

Lots of different efforts on this. Check discord and PRs for more info

ntindle avatar Apr 23 '23 03:04 ntindle