Skip to content

ai 对话搜索结果太少, 答非所问, 润色功能添加奇怪符号, 希望可以自定义 prompt || ai There are too few dialogue search results, and the answers are incorrect. The polish function adds strange symbols. I hope the prompt can be customized. #84

ai 对话搜索结果太少, 答非所问, 润色功能添加奇怪符号, 希望可以自定义 prompt || ai There are too few dialogue search results, and the answers are incorrect. The polish function adds strange symbols. I hope the prompt can be customized.

ai 对话搜索结果太少, 答非所问, 润色功能添加奇怪符号, 希望可以自定义 prompt || ai There are too few dialogue search results, and the answers are incorrect. The polish function adds strange symbols. I hope the prompt can be customized. #84

Workflow file for this run

name: 'translator'
on:
issues:
types: [opened, edited]
issue_comment:
types: [created, edited]
discussion:
types: [created, edited]
discussion_comment:
types: [created, edited]
pull_request_target:
types: [opened, edited]
pull_request_review_comment:
types: [created, edited]
workflow_dispatch:
jobs:
translate:
permissions:
issues: write
discussions: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lizheming/github-translate-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
IS_MODIFY_TITLE: true
APPEND_TRANSLATION: true