kyegomez / tree-of-thoughts

Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

Home Page:https://discord.gg/qUtxnK2NMf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrivateGPT integration

ProxyAyush opened this issue · comments

Hi, @kyegomez i wanted to ask whether you can make a repository so that I can run llm locally like privategpt and also use the tree of thoughts prompting technique, or is there any way by which I can implement tot in privateGPT itself. Thank you.

Hey! yeah absolutely can you tell me more about privategpt and you can host your own private model using the huggingface class! In the examples folder if you use gitclone

Ah okayyyy I understand now, you can implement the abstract language model class we have, it has to use similar prompts that tree of thoughts uses and as well as the tree of search algorithms! The prompt is key, and the search loop as well!