Make conversation processor configurable

This commit is contained in:
Debanjum Singh Solanky
2021-11-27 01:26:26 +05:30
parent d4e1120b22
commit a99b4b3434
3 changed files with 40 additions and 1 deletions

View File

@@ -80,6 +80,15 @@ default_config = {
'image':
{
'encoder': "clip-ViT-B-32"
}
},
},
'processor':
{
'conversation':
{
'openai-api-key': "",
'conversation-logfile': ".conversation_logs.json",
'conversation-history': ""
},
}
}