mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix chat streaming + add "deleted" field to chats
This commit is contained in:
@@ -26,7 +26,7 @@ export function useComputedHeaders(customOptions?: CustomOptions) {
|
||||
const useTimeOffset = customOptions?.useTimeOffset || true;
|
||||
|
||||
const headers = computed<Record<string, string>>(() => {
|
||||
console.trace('Computed recalculated');
|
||||
// console.trace('Computed recalculated');
|
||||
const parsedCustom: Record<string, string> = {}
|
||||
const customKeys = Object.keys(customOptions?.custom || {});
|
||||
for (const key of customKeys) {
|
||||
|
||||
Reference in New Issue
Block a user