Spaces:
Sleeping
Sleeping
Update llm_setup.py
Browse files- llm_setup.py +2 -2
llm_setup.py
CHANGED
|
@@ -10,8 +10,8 @@ if not api_key:
|
|
| 10 |
|
| 11 |
try:
|
| 12 |
llm = ChatGoogleGenerativeAI(
|
| 13 |
-
model="
|
| 14 |
-
temperature=1,
|
| 15 |
google_api_key=api_key
|
| 16 |
)
|
| 17 |
print("✅ LLM initialized successfully")
|
|
|
|
| 10 |
|
| 11 |
try:
|
| 12 |
llm = ChatGoogleGenerativeAI(
|
| 13 |
+
model="gemma-3-12b-it",
|
| 14 |
+
temperature=1,
|
| 15 |
google_api_key=api_key
|
| 16 |
)
|
| 17 |
print("✅ LLM initialized successfully")
|