Update app.py
Browse files
app.py
CHANGED
@@ -234,6 +234,7 @@ with st.sidebar:
|
|
234 |
- MOA: [Together AI](https://www.together.ai/blog/together-moa)
|
235 |
- LLMs: [Groq](https://groq.com/)
|
236 |
- Paper: [arXiv:2406.04692](https://arxiv.org/abs/2406.04692)
|
|
|
237 |
""")
|
238 |
|
239 |
# Main app layout
|
|
|
234 |
- MOA: [Together AI](https://www.together.ai/blog/together-moa)
|
235 |
- LLMs: [Groq](https://groq.com/)
|
236 |
- Paper: [arXiv:2406.04692](https://arxiv.org/abs/2406.04692)
|
237 |
+
- GitHub repo: [skapadia3214/groq-moa](https://github.com/skapadia3214/groq-moa)
|
238 |
""")
|
239 |
|
240 |
# Main app layout
|