Skip to content

Commit ee59a1c

Browse files
resolve pylint issues
1 parent 2f25ca8 commit ee59a1c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/api/services/history_service.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ def __init__(self):
3030
and self.azure_cosmosdb_conversations_container
3131
)
3232

33-
3433
self.azure_openai_deployment_name = config.azure_openai_deployment_model
35-
3634
self.azure_client_id = config.azure_client_id
3735

3836
# AI Project configuration for Foundry SDK
@@ -59,7 +57,6 @@ def init_cosmosdb_client(self):
5957
logger.exception("Failed to initialize CosmosDB client")
6058
raise
6159

62-
6360
async def generate_title(self, conversation_messages):
6461
title_prompt = (
6562
"Summarize the conversation so far into a 4-word or less title. "

0 commit comments

Comments
 (0)