summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaoyuren <13851610112@163.com>2024-12-06 23:16:16 -0600
committerhaoyuren <13851610112@163.com>2024-12-06 23:16:16 -0600
commit7f10ceb498c6b81a506fa74bc27200e7a5e6f2d1 (patch)
treeeaedc8d4be7b9153c7d78b8b796f63666b015ae9 /README.md
parenta2d82730113eb790d1e7a60090c9161b28a3e5d3 (diff)
readme update 4HEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 411b5df..4754486 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,11 @@ This is a simple script that extracts meeting details from an email. It uses the
pip install openai
pip install pyyaml
```
-3. Set the OpenAI API key in the `api-key.yaml` file
+3. Set the OpenAI API key in the `api-key.yaml` file with the following format:
+```
+openai:
+ api_key: ""
+```
4. Run the script
## Open-ai API Key