From 7e4178e7722470f3480df3a63bc82abe666280b3 Mon Sep 17 00:00:00 2001 From: gautamgambhir97 <140384949+gautamgambhir97@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:27:14 +0530 Subject: [PATCH] feat(docs): add openAI tooling link on landing page (#1014) --- components/landing-page.tsx | 7 +++++++ pages/examples/intermediate/hugging-face-agent.mdx | 2 +- src/svgs/dark-openai.svg | 10 ++++++++++ src/svgs/openai.svg | 10 ++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/svgs/dark-openai.svg create mode 100644 src/svgs/openai.svg diff --git a/components/landing-page.tsx b/components/landing-page.tsx index 69c770b63..38a07fcdf 100644 --- a/components/landing-page.tsx +++ b/components/landing-page.tsx @@ -17,6 +17,8 @@ import coursesStackSecond from "../src/svgs/courses-stack-second.svg"; import langchain from "../src/svgs/langchain.svg"; import crewai from "../src/svgs/crewai.svg"; import fastapi from "../src/svgs/fastapi.svg"; +import openAI from "../src/svgs/openai.svg"; +import darkOpenAI from "../src/svgs/dark-openai.svg"; import darkLangchain from "../src/svgs/dark-langchain.svg"; import darkCrewai from "../src/svgs/dark-crew-ai.svg"; import darkFastapi from "../src/svgs/dark-fast-api.svg"; @@ -60,6 +62,11 @@ function LandingPage() { icon: theme === ThemeMode.Light ? crewai : darkCrewai, link: "/guides/quickstart-with/CrewAI/startup-idea-analyser", }, + { + name: "OpenAI", + icon: theme === ThemeMode.Light ? openAI : darkOpenAI, + link: "/guides/quickstart-with/OpenAI/integrating-with-swarm", + }, ]; const courses = [ diff --git a/pages/examples/intermediate/hugging-face-agent.mdx b/pages/examples/intermediate/hugging-face-agent.mdx index 8aba1ebfc..c40728dd2 100644 --- a/pages/examples/intermediate/hugging-face-agent.mdx +++ b/pages/examples/intermediate/hugging-face-agent.mdx @@ -331,7 +331,7 @@ This system shows how to integrate the Hugging Face API with an Agentverse Agent ``` - + ```python copy filename="agent.py" # Here we demonstrate how we can create a model list agent that is compatible with DeltaV. diff --git a/src/svgs/dark-openai.svg b/src/svgs/dark-openai.svg new file mode 100644 index 000000000..7020b3182 --- /dev/null +++ b/src/svgs/dark-openai.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/svgs/openai.svg b/src/svgs/openai.svg new file mode 100644 index 000000000..b452d80a7 --- /dev/null +++ b/src/svgs/openai.svg @@ -0,0 +1,10 @@ + + + + + + + + + +