File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- # OpenAI API key
1
+ # OpenAI secrets
2
2
OPENAI_API_KEY = ""
3
3
4
- # Astra DB credentials
4
+ # Astra DB secrets
5
5
ASTRA_SCB_PATH = ""
6
6
ASTRA_CLIENT_ID = ""
7
7
ASTRA_CLIENT_SECRET = ""
8
8
9
- # Optionally: LangSmith credentials for tracing
9
+ # Optionally: LangSmith secrets for tracing
10
10
LANGCHAIN_ENDPOINT = ""
11
11
LANGCHAIN_API_KEY = ""
12
12
LANGCHAIN_PROJECT = ""
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Create a customized welcome page in the root folder. The convention here is to c
34
34
## Getting started
35
35
You're ready to run the app as follows:
36
36
```
37
- streamlit run rag_app .py
37
+ streamlit run app .py
38
38
```
39
39
In addition to the pre-loaded content, a user can add additional content that will be used as context for prompts.
40
40
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments