Skip to content

[Bug] Click on the ollama model. If the model does not exist, it will not report that it does not exist, but will download it directly. If it blows up the server, it could become an attack #6709

[Bug] Click on the ollama model. If the model does not exist, it will not report that it does not exist, but will download it directly. If it blows up the server, it could become an attack

[Bug] Click on the ollama model. If the model does not exist, it will not report that it does not exist, but will download it directly. If it blows up the server, it could become an attack #6709

name: Issue Translator
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
with:
IS_MODIFY_TITLE: true
BOT_GITHUB_TOKEN: ${{ secrets.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}