From ccc8b87916c1604f6625ef0f53b4d371bd3f01ae Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 22 May 2023 21:31:11 -0400 Subject: [PATCH] config exampleg --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 53966ee..b1ba507 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,15 @@ and or ``` cd the-compiler ``` 3rd step +Create an file called config_json.json and put this inside: + +```json +{ + "allow_terminal_execution": true +} +``` + +4th step -- create an new file and place this inside ``` python from tree_of_thoughts import OptimizedOpenAILanguageModel