(token)
| 216 | |
| 217 | let LLMFormat = { |
| 218 | getStdHeader(token) { |
| 219 | return { |
| 220 | 'Content-Type': 'application/json', |
| 221 | 'Authorization': 'Bearer ' + token |
| 222 | } |
| 223 | }, |
| 224 | getStdData(origin, option) { |
| 225 | return JSON.stringify({ |
| 226 | 'model': option, |
nothing calls this directly
no outgoing calls
no test coverage detected