feat: optimize generation of conversation title (#1075)
This commit is contained in:
parent
1ca86cf9ce
commit
df6604a734
3 changed files with 73 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue