mirror of
https://github.com/princeton-nlp/tree-of-thought-llm
synced 2024-11-16 05:24:05 +00:00
Improve readme
This commit is contained in:
parent
c355235dba
commit
c52e60fc24
@ -7,8 +7,16 @@ Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/16593575474
|
|||||||
## Setup
|
## Setup
|
||||||
You need to first have an OpenAI API key and store it in the environment variable ``OPENAI_API_KEY`` (see [here](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety)).
|
You need to first have an OpenAI API key and store it in the environment variable ``OPENAI_API_KEY`` (see [here](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety)).
|
||||||
|
|
||||||
|
If you use custom base url, set it by environment variable ``OPENAI_API_BASE`` (e.g. "https://api.openai.com/v1")
|
||||||
|
|
||||||
|
Note GPT-4 model is farily slow, please be patient
|
||||||
|
|
||||||
Package requirement: ``openai``, ``backoff``, ``sympy``, ``numpy``.
|
Package requirement: ``openai``, ``backoff``, ``sympy``, ``numpy``.
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install openai backoff sympy numpy
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Experiments
|
## Experiments
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user