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