Skip to content

Commit

Permalink
Add profile pics
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-cohere committed Oct 1, 2024
1 parent c4988db commit 2c59a2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Binary file added fern/assets/images/komal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/assets/images/mike.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fern/assets/images/youran.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions fern/pages/cookbooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ export const giannis = {
imageSrc: "https://fern-image-hosting.s3.amazonaws.com/cohere/73153cb-giannis.jpeg",
};

export const komal = {
name: "Komal Kumar Teru",
imageSrc: "../../assets/images/komal.jpg"
}

export const agentCards = [
{
title: "Calendar Agent with Native Multi Step Tool",
Expand Down Expand Up @@ -398,6 +403,7 @@ export const finetuningCards = [
imageSrc: "https://fern-image-hosting.s3.amazonaws.com/cohere/86191a6-Community_Demo_5.png",
tags: ["finetuning", "wandb"],
href: "/page/convfinqa-finetuning-wandb",
authors: [komal],
},
{
title: "Deploy your finetuned model on AWS Marketplace",
Expand Down

0 comments on commit 2c59a2a

Please sign in to comment.