fix - api_ref title

This commit is contained in:
Ishaan Jaff 2024-04-20 19:06:50 -07:00
parent 0e323b507d
commit a6a0787230

View file

@ -35,8 +35,7 @@ const APIRef = ({}) => {
<>
<Grid className="gap-2 p-8 h-[80vh] w-full mt-2">
<div className="mb-5">
<Title>OpenAI Compatible Proxy: API Reference</Title>
<p className="text-2xl text-tremor-content-strong dark:text-dark-tremor-content-strong font-semibold">OpenAI Compatible Proxy: API Reference</p>
<Text className="mt-2 mb-2">LiteLLM is OpenAI Compatible. This means your API Key works with the OpenAI SDK. Just replace the base_url to point to your litellm proxy. Example Below </Text>
<TabGroup>