feat: optimize generation of conversation title (#1075)

This commit is contained in:
takatost
2023-09-01 02:28:37 +08:00
committed by GitHub
parent 1ca86cf9ce
commit df6604a734
3 changed files with 73 additions and 10 deletions

View File

@@ -20,7 +20,8 @@ def check_file_for_chinese_comments(file_path):
def main():
has_chinese = False
excluded_files = ["model_template.py", 'stopwords.py', 'commands.py',
'indexing_runner.py', 'web_reader_tool.py', 'spark_provider.py']
'indexing_runner.py', 'web_reader_tool.py', 'spark_provider.py',
'prompts.py']
for root, _, files in os.walk("."):
for file in files: