Use with a local model #94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What would it take to modify for use with gpt4all or use with another local model method?
What technical modification suggestions would you have?
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 : )
@booboosui can you write a readme for this issue?