Skip to content

Add Dev Day (11/06/23) Text Models #40

Add Dev Day (11/06/23) Text Models

Add Dev Day (11/06/23) Text Models #40

Triggered via pull request November 21, 2023 08:36
Status Failure
Total duration 24s
Artifacts

pr.yml

on: pull_request
PR sanity check
12s
PR sanity check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
PR sanity check: models/chat_completions.go#L64
commentFormatting: put a space between `//` and comment text (gocritic)
PR sanity check
issues found
PR sanity check
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/
PR sanity check: models/chat_completions.go#L67
var-naming: don't use underscores in Go names; const GPT4_Turbo_1106_Preview should be GPT4Turbo1106Preview (revive)