diff options
| author | haoyuren <13851610112@163.com> | 2024-12-06 23:16:16 -0600 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2024-12-06 23:16:16 -0600 |
| commit | 7f10ceb498c6b81a506fa74bc27200e7a5e6f2d1 (patch) | |
| tree | eaedc8d4be7b9153c7d78b8b796f63666b015ae9 /README.md | |
| parent | a2d82730113eb790d1e7a60090c9161b28a3e5d3 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
