Spaces:
Sleeping
Sleeping
Chandranshu Jain
commited on
Commit
•
ba528d5
1
Parent(s):
1d26cd1
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,7 @@ def text_splitter(text):
|
|
53 |
return chunks
|
54 |
|
55 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
|
|
56 |
|
57 |
def get_conversational_chain():
|
58 |
prompt_template = """
|
|
|
53 |
return chunks
|
54 |
|
55 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
56 |
+
COHERE_API_KEY = os.getenv("COHERE_API_KEY")
|
57 |
|
58 |
def get_conversational_chain():
|
59 |
prompt_template = """
|