Skip to content

Commit f9182e4

Browse files
Merge pull request #315 from Portkey-AI/cookbook-llama
llama prompt ops cookbook
2 parents dae58b2 + 0643092 commit f9182e4

File tree

4 files changed

+395
-16
lines changed

4 files changed

+395
-16
lines changed

docs.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,7 @@
326326
},
327327
{
328328
"group": "Tools",
329-
"pages": [
330-
"integrations/tools/exa"
331-
]
329+
"pages": ["integrations/tools/exa"]
332330
},
333331
{
334332
"group": "Vector Databases",
@@ -739,7 +737,8 @@
739737
"guides/prompts/ultimate-ai-sdr",
740738

741739
"guides/prompts/build-a-chatbot-using-portkeys-prompt-templates",
742-
"guides/prompts/llm-as-a-judge"
740+
"guides/prompts/llm-as-a-judge",
741+
"guides/prompts/llama-prompts"
743742
]
744743
},
745744
{
@@ -2207,6 +2206,6 @@
22072206
"indexing": "all"
22082207
},
22092208
"contextual": {
2210-
"options": ["view","chatgpt","claude","copy"]
2209+
"options": ["view", "chatgpt", "claude", "copy"]
22112210
}
22122211
}

guides/prompts.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
<Card title="Build a Chatbot using Prompt Templates" href="/guides/prompts/build-a-chatbot-using-portkeys-prompt-templates" img="/images/guides/chatbot-cookbook.png">
1212
Leverage Portkey's Prompt Template to build a Chatbot
1313
</Card>
14+
15+
16+
<Card title="LLama Prompt Ops Integration" href="/guides/prompts/llama-prompts" img="/images/guides/prompts/ultimate-ai-sdr-2.png">
17+
This guide shows you how to combine Llama Prompt Ops with Portkey to optimize prompts for Llama models
18+
</Card>
19+
1420
</CardGroup>

0 commit comments

Comments
 (0)