mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Merge pull request #4797 from BerriAI/litellm_rename_api_key_virtual_key
ui - rename api_key -> virtual key
This commit is contained in:
commit
3c779449aa
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const Sidebar: React.FC<SidebarProps> = ({
|
|||
style={{ height: "100%", borderRight: 0 }}
|
||||
>
|
||||
<Menu.Item key="1" onClick={() => setPage("api-keys")}>
|
||||
<Text>API Keys</Text>
|
||||
<Text>Virtual Keys</Text>
|
||||
</Menu.Item>
|
||||
<Menu.Item key="3" onClick={() => setPage("llm-playground")}>
|
||||
<Text>Test Key</Text>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue