MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / getStdHeader

Function getStdHeader

userscripts.js:218–223  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

216
217let 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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected