@@ -40,7 +40,7 @@ Current Question: What about Mexico?
40
40
content : `Previous questions:
41
41
- When is the next formula 1 grand prix?
42
42
43
- Current Question: Where is it being hosted ?` ,
43
+ Current Question: Where is it being hosted?` ,
44
44
} ,
45
45
{
46
46
from : "assistant" ,
@@ -54,12 +54,12 @@ Current Question: Where is it being hosted ?`,
54
54
from : "assistant" ,
55
55
content : "Epson F2270 DTG printer printhead" ,
56
56
} ,
57
- { from : "user" , content : "What were the news yesterday ?" } ,
57
+ { from : "user" , content : "What were the news yesterday?" } ,
58
58
{
59
59
from : "assistant" ,
60
60
content : `news ${ format ( new Date ( Date . now ( ) - 864e5 ) , "MMMM d, yyyy" ) } ` ,
61
61
} ,
62
- { from : "user" , content : "What is the current weather in Paris ?" } ,
62
+ { from : "user" , content : "What is the current weather in Paris?" } ,
63
63
{ from : "assistant" , content : `weather in Paris ${ currentDate } ` } ,
64
64
{
65
65
from : "user" ,
@@ -69,7 +69,7 @@ Current Question: Where is it being hosted ?`,
69
69
. map ( ( { content } ) => `- ${ content } ` )
70
70
. join ( "\n" ) } `
71
71
: "" ) +
72
- "\n\nCurrent Question:" +
72
+ "\n\nCurrent Question: " +
73
73
lastMessage . content ,
74
74
} ,
75
75
] ;
0 commit comments