shorter introduction from the bot

This commit is contained in:
Kwindla Hultman Kramer
2024-06-26 20:13:33 +00:00
committed by Ubuntu
parent a5adbb5124
commit ae466b07f2
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ async def main(settings: BotSettings):
messages.append(
{
"role": "system",
"content": "Briefly introduce yourself by saying 'hello, I'm FastBot, how can I help you today?'"})
"content": "Introduce yourself by saying 'hello, I'm FastBot, how can I help you today?'"})
await task.queue_frames([LLMMessagesFrame(messages)])
runner = PipelineRunner()