Skip to content

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Aug 26, 2024
1 parent cf273cd commit 6b9e8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/qllm-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qllm-lib",
"version": "1.8.3",
"version": "1.8.4",
"description": "Core library providing robust AI engineering functionalities tailored for Large Language Model (LLM) applications, enabling developers to build, deploy, and optimize AI solutions with ease.",
"keywords": [
"ai",
Expand Down Expand Up @@ -67,7 +67,6 @@
"ollama": "^0.5.8",
"openai": "^4.56.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import sqlite3 from 'sqlite3';
/*import sqlite3 from 'sqlite3';
import { open, Database } from 'sqlite';
import {
Conversation,
Expand Down Expand Up @@ -173,4 +173,4 @@ export class SQLiteConversationStorageProvider implements StorageProvider {
this.db = null;
}
}
}
}*/

0 comments on commit 6b9e8f3

Please sign in to comment.