(baseUrl: string)
| 1 | export function chatEndpoint(baseUrl: string): string { |
| 2 | return `${baseUrl}/anthropic/v1/messages`; |
| 3 | } |
| 4 | |
| 5 | export function speechEndpoint(baseUrl: string): string { |
| 6 | return `${baseUrl}/v1/t2a_v2`; |
no outgoing calls
no test coverage detected