Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -67,20 +67,21 @@ def format_context(messages):
|
|
67 |
st.sidebar.title("Chat with AI")
|
68 |
st.sidebar.markdown("This is a simple chat interface using Streamlit and an AI model.")
|
69 |
|
70 |
-
# Add useful information to the sidebar
|
71 |
-
st.sidebar.header("How to use")
|
72 |
-
st.sidebar.markdown("""
|
73 |
-
1. Type your question in the chat input box at the bottom of the screen.
|
74 |
-
2. Press Enter or click the Send button to submit your question.
|
75 |
-
3. The AI will generate a response based on your input.
|
76 |
-
4. You can have a continuous conversation by asking follow-up questions.
|
77 |
-
""")
|
78 |
|
79 |
st.sidebar.header("Model Information")
|
80 |
st.sidebar.markdown("""
|
81 |
-
- Model: med_phi3-mini-4k-GGUF
|
82 |
- Context Length: 512 tokens
|
83 |
- This model is specialized in medical knowledge.
|
|
|
84 |
""")
|
85 |
|
86 |
st.sidebar.header("Tips")
|
|
|
67 |
st.sidebar.title("Chat with AI")
|
68 |
st.sidebar.markdown("This is a simple chat interface using Streamlit and an AI model.")
|
69 |
|
70 |
+
# # Add useful information to the sidebar
|
71 |
+
# st.sidebar.header("How to use")
|
72 |
+
# st.sidebar.markdown("""
|
73 |
+
# 1. Type your question in the chat input box at the bottom of the screen.
|
74 |
+
# 2. Press Enter or click the Send button to submit your question.
|
75 |
+
# 3. The AI will generate a response based on your input.
|
76 |
+
# 4. You can have a continuous conversation by asking follow-up questions.
|
77 |
+
# """)
|
78 |
|
79 |
st.sidebar.header("Model Information")
|
80 |
st.sidebar.markdown("""
|
81 |
+
- Model: <a href='https://huggingface.co/Mykes/med_phi3-mini-4k-GGUF'>med_phi3-mini-4k-GGUF</a>
|
82 |
- Context Length: 512 tokens
|
83 |
- This model is specialized in medical knowledge.
|
84 |
+
- Russian language
|
85 |
""")
|
86 |
|
87 |
st.sidebar.header("Tips")
|