We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f25ca8 commit ee59a1cCopy full SHA for ee59a1c
src/api/services/history_service.py
@@ -30,9 +30,7 @@ def __init__(self):
30
and self.azure_cosmosdb_conversations_container
31
)
32
33
-
34
self.azure_openai_deployment_name = config.azure_openai_deployment_model
35
36
self.azure_client_id = config.azure_client_id
37
38
# AI Project configuration for Foundry SDK
@@ -59,7 +57,6 @@ def init_cosmosdb_client(self):
59
57
logger.exception("Failed to initialize CosmosDB client")
60
58
raise
61
62
63
async def generate_title(self, conversation_messages):
64
title_prompt = (
65
"Summarize the conversation so far into a 4-word or less title. "
0 commit comments