Skip to content
Triggered via push November 27, 2023 10:58
Status Failure
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
ci: constants.go#L54
don't use underscores in Go names; const ModelGPT3_5Turbo_16K should be ModelGPT3_5Turbo16K
ci: constants.go#L55
don't use underscores in Go names; const ModelGPT3_5Turbo_16K_0613 should be ModelGPT3_5Turbo16K0613
ci: constants.go#L57
don't use underscores in Go names; const ModelGPT_4 should be ModelGPT4
ci: constants.go#L58
don't use underscores in Go names; const ModelGPT_4_0314 should be ModelGPT4_0314
ci: constants.go#L59
don't use underscores in Go names; const ModelGPT_4_32K should be ModelGPT4_32K
ci: constants.go#L60
don't use underscores in Go names; const ModelGPT_4_32K_0314 should be ModelGPT4_32K0314
ci
Process completed with exit code 1.
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/