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

fix: restructured and fixes error breaking the app #19

Merged
merged 11 commits into from
Mar 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ DokuMetry.init({llm: cohere, dokuUrl: "YOUR_DOKU_INGESTER_URL", apiKey: "YOUR_DO
| skipResp | Skip response from the Doku Ingester for faster execution | Optional |


## Error
To make it easier to follow the server errors caused by dokumetry, we have logged the errors like `Dokumetry: Error transmitting Data: HTTP status 401`, where `Dokumetry` is the application name in blue and the rest is the error in red.

## Semantic Versioning
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"stream": "^0.0.2"
},
"devDependencies": {
"@azure/openai": "^1.0.0-beta.11",
"@anthropic-ai/sdk": "^0.18.0",
"@azure/openai": "^1.0.0-beta.11",
"@mistralai/mistralai": "^0.1.3",
"chai": "^5.0.3",
"cohere-ai": "^7.7.3",
Expand Down
168 changes: 0 additions & 168 deletions src/anthropic.js

This file was deleted.

Loading
Loading