Liu Hong Yuan Tom
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,6 +226,7 @@ with st.sidebar:
|
|
| 226 |
- MOA: [Together AI](https://www.together.ai/blog/together-moa)
|
| 227 |
- LLMs: [Groq](https://groq.com/)
|
| 228 |
- Paper: [arXiv:2406.04692](https://arxiv.org/abs/2406.04692)
|
|
|
|
| 229 |
""")
|
| 230 |
|
| 231 |
# Main app layout
|
|
|
|
| 226 |
- MOA: [Together AI](https://www.together.ai/blog/together-moa)
|
| 227 |
- LLMs: [Groq](https://groq.com/)
|
| 228 |
- Paper: [arXiv:2406.04692](https://arxiv.org/abs/2406.04692)
|
| 229 |
+
- Code: https://github.com/skapadia3214/groq-moa
|
| 230 |
""")
|
| 231 |
|
| 232 |
# Main app layout
|