Skip to content

进一步优化大模型服务的响应内容 #27

进一步优化大模型服务的响应内容

进一步优化大模型服务的响应内容 #27

Workflow file for this run

name: Docker Image Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -f docker/Dockerfile -t wechatrobot:$(date +%s) .