lianghsun commited on
Commit
37ddda6
·
1 Parent(s): ecc99f8

Update app.py with adding model info

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ st.set_page_config(
19
  )
20
 
21
  st.title("🦉Taiwan Smol Chat")
 
22
 
23
  client = OpenAI(
24
  api_key=st.secrets['API_KEY'],
 
19
  )
20
 
21
  st.title("🦉Taiwan Smol Chat")
22
+ st.info('模型: [lianghsun/Llama-3.2-Taiwan-3B-Instruct](https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct) **v2025.01.01**', icon="🧠")
23
 
24
  client = OpenAI(
25
  api_key=st.secrets['API_KEY'],