Update app.py
Browse files
app.py
CHANGED
@@ -59,9 +59,24 @@ posts = '''
|
|
59 |
<table>
|
60 |
<tbody>
|
61 |
<tr>
|
62 |
-
<td
|
63 |
-
<td
|
64 |
-
<td
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
</tr>
|
66 |
</tbody>
|
67 |
</table>'''
|
|
|
59 |
<table>
|
60 |
<tbody>
|
61 |
<tr>
|
62 |
+
<td><a href="https://callchimp.ai/blogs/understanding-google-gemma">Gemma: Understanding Google's New Open-Source LLM Family</a></td>
|
63 |
+
<td><a href="https://callchimp.ai/blogs/long-context-llms">Gen AI Trends Part 3 - Long Context LLMs</a></td>
|
64 |
+
<td><a href="https://callchimp.ai/blogs/multimodal-llms">Gen AI Trends Part 2 - Multimodal LLMs</a></td>
|
65 |
+
</tr>
|
66 |
+
<tr>
|
67 |
+
<td><a href="https://callchimp.ai/blogs/the-rise-of-small-llms">Gen AI Trends Part 1 - The Rise of Small LLMs</a></td>
|
68 |
+
<td><a href="https://callchimp.ai/blogs/embeddings-vector-databases-and-retrieval-augmented-generation">Foundations of Text Embeddings, Vector Databases, and RAG</a></td>
|
69 |
+
<td><a href="https://callchimp.ai/blogs/evaluating-the-power-of-words-metrics-for-large-language-models-2">Evaluating the Power of Words: Metrics for Large Language Models</a></td>
|
70 |
+
</tr>
|
71 |
+
<tr>
|
72 |
+
<td><a href="https://callchimp.ai/blogs/the-evolution-of-language-modeling-from-word2vec-to-gpt">The Evolution of Language Modeling: From Word2Vec to GPT</a></td>
|
73 |
+
<td><a href="https://callchimp.ai/blogs/mastering-prompt-engineering-for-llms-best-practices-and-advanced-techniques">Mastering Prompt Engineering for LLMs: Best Practices</a></td>
|
74 |
+
<td><a href="https://callchimp.ai/blogs/hallucinations-in-large-language-models-a-technical-perspective">Hallucinations in Large Language Models</a></td>
|
75 |
+
</tr>
|
76 |
+
<tr>
|
77 |
+
<td><a href="https://callchimp.ai/blogs/neural-machine-translation-with-attention-models">Neural Machine Translation with Attention models</a></td>
|
78 |
+
<td><a href="https://callchimp.ai/blogs/purpose-of-prompt-engineering-in-gen-ai-systems">Purpose of Prompt Engineering in Gen AI systems</a></td>
|
79 |
+
<td><a href="https://callchimp.ai/blogs/introduction-to-ai-for-audio">Introduction to AI for Audio</a></td>
|
80 |
</tr>
|
81 |
</tbody>
|
82 |
</table>'''
|