Skip to content

Commit 1bb22d4

Browse files
authored
Update README.md to fix #40 (#41)
Fix #40
1 parent 4d42d33 commit 1bb22d4

File tree

1 file changed

+2
-2
lines changed
  • examples/streamlit_apps/summarization

1 file changed

+2
-2
lines changed

examples/streamlit_apps/summarization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ You will need to specify AIMon and OpenAI API keys in a `secrets.toml` file insi
2020
`.streamlit` directory.
2121

2222
```toml
23-
openai_key=YOUR_OPENAI_API_KEY
24-
aimon_api_key=YOUR_AIMON_API_KEY
23+
openai_key="YOUR_OPENAI_API_KEY"
24+
aimon_api_key="YOUR_AIMON_API_KEY"
2525
```
2626

2727
### Running the Summarization App

0 commit comments

Comments
 (0)