From 6a84b3d100311ce82552bcb16176c5930fa8987e Mon Sep 17 00:00:00 2001 From: eddy80524 Date: Wed, 18 Jun 2025 16:02:10 +0900 Subject: [PATCH] Update config.py --- day1/02_streamlit_app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/02_streamlit_app/config.py b/day1/02_streamlit_app/config.py index 4b6954949..cfd19d38f 100644 --- a/day1/02_streamlit_app/config.py +++ b/day1/02_streamlit_app/config.py @@ -1,3 +1,3 @@ # config.py DB_FILE = "chat_feedback.db" -MODEL_NAME = "google/gemma-2-2b-jpn-it" \ No newline at end of file +MODEL_NAME = "mistralai/Magistral-Small-2506"