MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getOpenCodeZenApiKey

Function getOpenCodeZenApiKey

web/src/llm-api/opencode-zen.ts:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102function getOpenCodeZenApiKey(): string {
103 const apiKey = env.OPENCODE_API_KEY
104 if (!apiKey) {
105 throw new Error('OPENCODE_API_KEY is not configured')
106 }
107 return apiKey
108}
109
110function createOpenCodeZenRequest(params: {
111 body: ChatCompletionRequestBody

Callers 1

createOpenCodeZenRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected