Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py with adding model info
Browse files
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'],
|