Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
patcher9 committed Mar 17, 2024
1 parent 2fe6b9b commit 65d577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/anthropic.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Anthropic Test', () => {

it('should return a response with type as "message"', async () => {
DokuMetry.init({llm: anthropic, dokuUrl: process.env.DOKU_URL, apiKey: process.env.DOKU_TOKEN, environment: "dokumetry-testing", applicationName: "dokumetry-node-test", skipResp: false});
stream = await anthropic_client.messages.create({
stream = await anthropic.messages.create({
max_tokens: 100,
messages: [{ role: 'user', content: 'How to monitor LLM Applications in one sentence?' }],
model: 'claude-3-opus-20240229',
Expand Down

0 comments on commit 65d577d

Please sign in to comment.