forked from phoenix/litellm-mirror
fix - api_ref title
This commit is contained in:
parent
0e323b507d
commit
a6a0787230
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue