MCPcopy Create free account
hub / github.com/KartikLabhshetwar/lazycommit / proxy

Function proxy

src/utils/config.ts:72–80  ·  view source on GitHub ↗
(url?: string)

Source from the content-addressed store, hash-verified

70 return type as CommitType;
71 },
72 proxy(url?: string) {
73 if (!url || url.length === 0) {
74 return undefined;
75 }
76
77 parseAssert('proxy', /^https?:\/\//.test(url), 'Must be a valid URL');
78
79 return url;
80 },
81 model(model?: string) {
82 if (!model || model.length === 0) {
83 return 'openai/gpt-oss-120b';

Callers

nothing calls this directly

Calls 1

parseAssertFunction · 0.85

Tested by

no test coverage detected