Spaces:
Sleeping
Sleeping
SagayaAbinesh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ prompt = PromptTemplate(template=prompt_template,
|
|
80 |
input_variables=['question', 'context', 'chat_history'])
|
81 |
|
82 |
import os
|
83 |
-
os.environ['
|
84 |
|
85 |
llm = ChatGoogleGenerativeAI(model="gemini-1.5-flash")
|
86 |
|
|
|
80 |
input_variables=['question', 'context', 'chat_history'])
|
81 |
|
82 |
import os
|
83 |
+
os.environ['gemini_api']
|
84 |
|
85 |
llm = ChatGoogleGenerativeAI(model="gemini-1.5-flash")
|
86 |
|