fix(provider): fix anthropic integration
This commit is contained in:
10
test/test.ts
10
test/test.ts
@ -12,16 +12,6 @@ let testSmartai: smartai.SmartAi;
|
||||
tap.test('should create a smartai instance', async () => {
|
||||
testSmartai = new smartai.SmartAi({
|
||||
openaiToken: await testQenv.getEnvVarOnDemand('OPENAI_TOKEN'),
|
||||
exposeCredentials: {
|
||||
exposedBaseUrl: await testQenv.getEnvVarOnDemand('EXPOSED_BASE_URL'),
|
||||
webdav: {
|
||||
webdavCredentials: {
|
||||
password: await testQenv.getEnvVarOnDemand('WEBDAV_SERVER_TOKEN'),
|
||||
serverUrl: await testQenv.getEnvVarOnDemand('WEBDAV_SERVER_URL'),
|
||||
},
|
||||
webdavSubPath: 'smartai'
|
||||
}
|
||||
}
|
||||
});
|
||||
await testSmartai.start();
|
||||
});
|
||||
|
Reference in New Issue
Block a user