Skip to content

Commit

Permalink
New blog: Chain of thought prompting (#3120)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaLam authored Jan 12, 2025
1 parent c14b88b commit a0a3d05
Show file tree
Hide file tree
Showing 12 changed files with 367 additions and 1 deletion.
11 changes: 11 additions & 0 deletions bifrost/app/blog/blogs/chain-of-thought-prompting/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"title": "Chain-of-Thought Prompting: Techniques, Tips, and Code Examples",
"title1": "Chain-of-Thought Prompting: Techniques, Tips, and Code Examples",
"title2": "Chain-of-Thought Prompting: Techniques, Tips, and Code Examples",
"description": "Learn about Chain-of-Thought (CoT) prompting, its techniques (zero-shot, few-shot, and auto-CoT), tips and real-world applications. See how it compares to other methods and discover how to implement CoT prompting to improve your AI application's performance.",
"images": "/static/blog/chain-of-thought/chain-of-thought-cover.webp",
"time": "12 minute read",
"author": "Lina Lam",
"date": "Jan 7, 2025",
"badge": "guide"
}
351 changes: 351 additions & 0 deletions bifrost/app/blog/blogs/chain-of-thought-prompting/src.mdx

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions bifrost/app/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ export type BlogStructure =
};

const blogContent: BlogStructure[] = [
{
dynmaicEntry: {
folderName: "chain-of-thought-prompting",
},
},
{
dynmaicEntry: {
folderName: "rag-chunking-strategies",
Expand Down
1 change: 0 additions & 1 deletion bifrost/app/pi/total-cost/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const TotalCost = () => {
const { apiKey } = useHeliconeLogin();
const { data, isLoading } = useTestAPIKey(apiKey.data ?? "");
const router = useRouter();

const jawn = useJawnClient(apiKey.data ?? "");

const costsOverTime = useQuery({
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a0a3d05

Please sign in to comment.