Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -73,7 +73,7 @@ def get_gemini_response(user_input):
|
|
| 73 |
如果使用者詢問了上述資訊中沒有涵蓋的細節,請明確告知:「目前這份懶人包中尚未收錄關於此問題的詳細資訊」。
|
| 74 |
"""
|
| 75 |
model = genai.GenerativeModel(
|
| 76 |
-
model_name="gemini-
|
| 77 |
system_instruction=system_instruction
|
| 78 |
)
|
| 79 |
|
|
|
|
| 73 |
如果使用者詢問了上述資訊中沒有涵蓋的細節,請明確告知:「目前這份懶人包中尚未收錄關於此問題的詳細資訊」。
|
| 74 |
"""
|
| 75 |
model = genai.GenerativeModel(
|
| 76 |
+
model_name="gemini-flash-latest",
|
| 77 |
system_instruction=system_instruction
|
| 78 |
)
|
| 79 |
|