Upload stream-text.ts
Browse files
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 = [
|