aproli90 commited on
Commit
d089666
·
verified ·
1 Parent(s): b3ef241

Upload stream-text.ts

Browse files
Files changed (1) hide show
  1. app/lib/.server/llm/stream-text.ts +1 -1
app/lib/.server/llm/stream-text.ts CHANGED
@@ -256,7 +256,7 @@ export async function streamText(props: {
256
  systemPrompt = `${systemPrompt}\n\n ${codeContext}`;
257
  }
258
 
259
- logger.info(`Sending llm call to ${provider.name} with model ${modelDetails.name}`);
260
 
261
  if (isPromptCachingEnabled) {
262
  const messages = [
 
256
  systemPrompt = `${systemPrompt}\n\n ${codeContext}`;
257
  }
258
 
259
+ logger.info(`[${new Date().toISOString()}] Sending llm call to ${provider.name} with model ${modelDetails.name}`);
260
 
261
  if (isPromptCachingEnabled) {
262
  const messages = [