parjun commited on
Commit
cb08f94
·
verified ·
1 Parent(s): df76dc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -66,13 +66,10 @@ pip install -r requirements.txt
66
 
67
  ## Step 3: Configure Environment Variables
68
 
69
- Create a `.env` file in your project directory:
70
 
71
- ```
72
- OPENAI_API_KEY=your_openai_api_key_here
73
- ```
74
 
75
- Replace `your_openai_api_key_here` with your actual OpenAI API key.
76
 
77
  ## Step 4: Create the Application File
78
 
 
66
 
67
  ## Step 3: Configure Environment Variables
68
 
69
+ Added sidebar integration to deployed version so you can paste your OpenAi API keys or alternatively can use the Groq API keys to run space.
70
 
71
+ Paste your OpenAi API key and choose the model, or similarly the Groq API key and the model you want to use for the inferences.
 
 
72
 
 
73
 
74
  ## Step 4: Create the Application File
75