-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add openai env options; Add example script #6
Conversation
Let me know if you have any question about this pr |
Thanks for contributing 😊 Hey it looks great but I published an all-new release and it might conflict with some of the commits you've made, I added in additional params to the solve method of treeofthoughts can you double check and see if there are any conflicts and then submit with all of your changes? |
Sure thing. It looks fine for now |
… always hit rate limit on gpt 4 currently)
Added chat completion support for #7 Sample output from my console:
The output meets expectations? @kyegomez I don't have write access at this moment, would you like to merge this pr as you see fit? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks looks great, can you provide new examples for the readme.md?
1, Allow users to quickly adjust API key, base url, model using env variables. For example, startup different instances using docker with different .env, etc
2, Add example script from readme to repo
3, Add ReAct prompts as an option
4, Add chat completion api/response support for gpt4/chagpt, and rate limiter exception handle as well