Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -18,9 +18,9 @@ from langchain_google_genai import ChatGoogleGenerativeAI
|
|
18 |
|
19 |
create_table()
|
20 |
|
21 |
-
GOOGLE_API_KEY = '
|
22 |
|
23 |
-
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0.7
|
24 |
|
25 |
|
26 |
prompt_aide = PromptTemplate.from_template(
|
|
|
18 |
|
19 |
create_table()
|
20 |
|
21 |
+
GOOGLE_API_KEY = ''
|
22 |
|
23 |
+
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0.7)
|
24 |
|
25 |
|
26 |
prompt_aide = PromptTemplate.from_template(
|