dromerosm commited on
Commit
69c2924
·
verified ·
1 Parent(s): 69ce619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ if not groq_api_key:
23
  co = cohere.Client(cohere_api_key)
24
 
25
  # Jina.ai API key
26
- jina_api_key = os.getenv('JINA_API_KEY', 'jina_e62a3177429a4ab199bbbce5d8a3efb2sZB9jmZTZme67gGtEeldrlBYO2KP')
27
 
28
  def fetch_content(url):
29
  try:
 
23
  co = cohere.Client(cohere_api_key)
24
 
25
  # Jina.ai API key
26
+ jina_api_key = os.getenv('JINA_API_KEY')
27
 
28
  def fetch_content(url):
29
  try: