princeton-nlp / tree-of-thought-llm

[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models
https://arxiv.org/abs/2305.10601
MIT License
4.73k stars 439 forks source link

How can I build a chat bot to use with this ? #16

Closed morrisonricardo closed 1 year ago

morrisonricardo commented 1 year ago

I would like to run data analysis in a similar fashion as Chat GPT with this. Do you know how I could go about doing that? I do have my GPT4 Key license.

Thank you in advanced Richard

ysymyth commented 1 year ago

Hi, incorporating interaction with human is an interesting idea! What use case are you concretely considering?

Maybe you can modify run.py to incorporate human-in-the-loop for thought generation, evaluation, and selection, intervening when needed?

ysymyth commented 1 year ago

I'll close it for now, but feel free to open new issues if needed.