fadliaulawi commited on
Commit
28b6169
1 Parent(s): 099741f

Update README

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -32,9 +32,11 @@ pip install -r requirements.txt
32
  ```
33
 
34
  3. Prepare environment keys:
35
- ```
36
- # Credentials for GPT-4 Model
37
- OPENAI_API_KEY=<openai_api_key>
 
 
38
 
39
  # (Optional) Tracking your extraction process with LangSmith
40
  LANGCHAIN_TRACING_V2='true'
 
32
  ```
33
 
34
  3. Prepare environment keys:
35
+ ```dosini
36
+ # Credentials for LLM Models
37
+ OPENAI_API_KEY=<api_key>
38
+ GOOGLE_API_KEY=<api_key>
39
+ PERPLEXITY_API_KEY=<api_key>
40
 
41
  # (Optional) Tracking your extraction process with LangSmith
42
  LANGCHAIN_TRACING_V2='true'