temp
This commit is contained in:
@@ -35,9 +35,3 @@ export const notCNBCheck = (ctx: any) => {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
const repo = useKey('CNB_REPO_SLUG_LOWERCASE') as string || 'kevision/kevision';
|
||||
export const cnbAi = createOpenAICompatible({
|
||||
baseURL: `https://api.cnb.cool/${repo}/-/ai/`,
|
||||
name: 'custom-cnb',
|
||||
apiKey: token,
|
||||
});
|
||||
Reference in New Issue
Block a user