mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
add /responses API on UI
This commit is contained in:
parent
2508ca71cb
commit
88b6cb6c28
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ const EndpointSelector: React.FC<EndpointSelectorProps> = ({
|
||||||
// Map endpoint types to their display labels
|
// Map endpoint types to their display labels
|
||||||
const endpointOptions = [
|
const endpointOptions = [
|
||||||
{ value: EndpointType.CHAT, label: '/chat/completions' },
|
{ value: EndpointType.CHAT, label: '/chat/completions' },
|
||||||
{ value: EndpointType.IMAGE, label: '/images/generations' }
|
{ value: EndpointType.IMAGE, label: '/images/generations' },
|
||||||
|
{ value: EndpointType.RESPONSES, label: '/responses' }
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue