Spaces:
Build error
Build error
Chandranshu Jain
commited on
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 = """
|