husseinelsaadi commited on
Commit
9630614
·
verified ·
1 Parent(s): 5fbf8e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -45,11 +45,8 @@ import logging
45
  from transformers import pipeline
46
 
47
 
48
- from dotenv import load_dotenv
49
  import os
50
 
51
- load_dotenv() # Load from .env file
52
-
53
  cohere_api_key = os.getenv("COHERE_API_KEY")
54
  chat_groq_api = os.getenv("GROQ_API_KEY")
55
  hf_api_key = os.getenv("HF_API_KEY")
@@ -61,6 +58,7 @@ print("QDRANT API Key:", qdrant_api)
61
  print("QDRANT API URL:", qdrant_url)
62
  print("Cohere API Key:", cohere_api_key)
63
 
 
64
  from qdrant_client import QdrantClient
65
 
66
  qdrant_client = QdrantClient(
 
45
  from transformers import pipeline
46
 
47
 
 
48
  import os
49
 
 
 
50
  cohere_api_key = os.getenv("COHERE_API_KEY")
51
  chat_groq_api = os.getenv("GROQ_API_KEY")
52
  hf_api_key = os.getenv("HF_API_KEY")
 
58
  print("QDRANT API URL:", qdrant_url)
59
  print("Cohere API Key:", cohere_api_key)
60
 
61
+
62
  from qdrant_client import QdrantClient
63
 
64
  qdrant_client = QdrantClient(