Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ with st.sidebar:
|
|
238 |
|
239 |
# Main app layout
|
240 |
st.header("Mixture of Agents", anchor=False)
|
241 |
-
st.write("A demo of the Mixture of Agents architecture proposed by Together AI, Powered by Groq LLMs.")
|
242 |
st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
|
243 |
|
244 |
# Display current configuration
|
|
|
238 |
|
239 |
# Main app layout
|
240 |
st.header("Mixture of Agents", anchor=False)
|
241 |
+
st.write("A demo of the Mixture of Agents architecture proposed by [Together AI](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
|
242 |
st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
|
243 |
|
244 |
# Display current configuration
|