()
| 4 | * Get the VIS_REQUEST_SERVER from environment variables. |
| 5 | */ |
| 6 | export function getVisRequestServer() { |
| 7 | return ( |
| 8 | process.env.VIS_REQUEST_SERVER || |
| 9 | "https://antv-studio.alipay.com/api/gpt-vis" |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | /** |
| 14 | * Get the `SERVICE_ID` from environment variables. |
no outgoing calls
no test coverage detected