rishh76 commited on
Commit
017804c
1 Parent(s): 2681b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from haystack.components.generators import OpenAIGenerator
10
 
11
  load_dotenv()
12
 
13
- api_key = os.getenv('API_KEY')
14
  MODEL = "microsoft/Phi-3-mini-4k-instruct"
15
 
16
  # Set up components
 
10
 
11
  load_dotenv()
12
 
13
+ # api_key = os.getenv('API_KEY')
14
  MODEL = "microsoft/Phi-3-mini-4k-instruct"
15
 
16
  # Set up components