fix: revert max_completion_tokens to max_tokens (#1741)

This commit is contained in:
yetone
2025-03-27 16:53:55 +08:00
committed by GitHub
parent a06bb97db6
commit cd13eeb7d9
7 changed files with 6 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nvim_version: [ stable ]
nvim_version: [ "v0.10.4" ]
luals_version: [ 3.13.6 ]
steps:
- name: Checkout Code