AutoGPT
AutoGPT copied to clipboard
Can i use my own trained language model instead of GPT?
I need to use local model to do these jobs due to some reasons. Can I do this? Or how can i do this?
~~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.~~
Yes you can do this in llm_utils.py you can see create_chat_completion where you can switch models accordingly
Lots of different efforts on this. Check discord and PRs for more info