Merge pull request #101 from devchat-ai/fix_renames_chinese_bug

Refactor prompt in main.py for improved readability
This commit is contained in:
kagami 2024-05-13 07:52:19 +00:00 committed by GitHub
commit a9015f2a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,12 +16,10 @@ file: {file_path}
PROMPT_ZH = prompt = """ PROMPT_ZH = prompt = """
文件: {file_path} file: {file_path}
``` ```
{selected_text} {selected_text}
``` ```
输出内容使用中文我的母语为中文
""" """