eslint fixes
This commit is contained in:
@@ -8,7 +8,7 @@ import { createStreamingChatCompletion } from './openai';
|
||||
import { createTitle } from './titles';
|
||||
import { ellipsize, sleep } from './utils';
|
||||
import * as idb from './idb';
|
||||
import { getTokenCountForMessages, selectMessagesToSendSafely } from './tokenizer';
|
||||
import { selectMessagesToSendSafely } from './tokenizer';
|
||||
|
||||
export const channel = new BroadcastChannel('chats');
|
||||
|
||||
|
Reference in New Issue
Block a user