()
| 12 | |
| 13 | // This is used for sharing evals. |
| 14 | export function getShareApiBaseUrl(): string { |
| 15 | return getEnvString('PROMPTFOO_REMOTE_API_BASE_URL') || DEFAULT_API_BASE_URL; |
| 16 | } |
| 17 | |
| 18 | export function getDefaultShareViewBaseUrl(): string { |
| 19 | return getEnvString('PROMPTFOO_SHARING_APP_BASE_URL', `https://promptfoo.app`); |
no test coverage detected
searching dependent graphs…