Skip to content

Commit

Permalink
1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Aug 26, 2024
1 parent 6b9e8f3 commit e87ed7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/qllm-lib/src/storage/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { StorageProvider } from '../types';
import { InMemoryStorageProvider } from './in-memory-storage-provider';
import { SQLiteConversationStorageProvider } from './sqlite-conversation-storage-provider';
//import { SQLiteConversationStorageProvider } from './sqlite-conversation-storage-provider';

export type StorageProviderName = 'in-memory' | 'sqlite';

Expand Down

0 comments on commit e87ed7c

Please sign in to comment.