Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rlancemartin committed Jul 26, 2023
2 parents 90f04ae + c85bbf8 commit ed3d980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ In `settings()` function, supply:
* Vectorstore: Select the vectorstore and embeddings you want to use (e.g., Chroma, OpenAIEmbeddings).
* Select the LLM you want to use (e.g., ChatOpenAI).

To use:
`st.secrets` set enviorment variable in `secrets.toml` file.
To use `st.secrets` set enviorment variable in `secrets.toml` file.

Or, simply set all API keys and remove `st.secrets`:
```
export GOOGLE_API_KEY=xxx
export GOOGLE_CSE_ID=xxx
export OPENAI_API_KEY=xxx
```

Run:
```
Expand Down

0 comments on commit ed3d980

Please sign in to comment.