Update app.py
Browse files
app.py
CHANGED
|
@@ -105,6 +105,8 @@ if st.session_state.logged_in:
|
|
| 105 |
User may ask what is the best GPU selection.
|
| 106 |
You will need to ask user: 1) type of task, 2) size of data, 3) size of models.
|
| 107 |
You will then make a suggestion of what type of GPU or instance is the best for the user.
|
|
|
|
|
|
|
| 108 |
"""})
|
| 109 |
st.session_state.messages.append({"role": "user", "content": prompt})
|
| 110 |
|
|
|
|
| 105 |
User may ask what is the best GPU selection.
|
| 106 |
You will need to ask user: 1) type of task, 2) size of data, 3) size of models.
|
| 107 |
You will then make a suggestion of what type of GPU or instance is the best for the user.
|
| 108 |
+
When you make a suggestion, use the link from the data above.
|
| 109 |
+
|
| 110 |
"""})
|
| 111 |
st.session_state.messages.append({"role": "user", "content": prompt})
|
| 112 |
|