Spaces:
Sleeping
Sleeping
GitHub Actions commited on
Commit ·
18ec1d3
1
Parent(s): 20f021f
Sync from GitHub Actions
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def load_pipeline():
|
|
| 21 |
pipeline = load_pipeline()
|
| 22 |
|
| 23 |
st.title("🤖 CodeInsight Assistant")
|
| 24 |
-
st.caption("
|
| 25 |
st.divider()
|
| 26 |
|
| 27 |
st.markdown(
|
|
|
|
| 21 |
pipeline = load_pipeline()
|
| 22 |
|
| 23 |
st.title("🤖 CodeInsight Assistant")
|
| 24 |
+
st.caption("Fine-tuned Phi-3-mini-128k-instruct model, ready to help with Python.")
|
| 25 |
st.divider()
|
| 26 |
|
| 27 |
st.markdown(
|