Skip to content

[OpenAI] Support text completion via engine.completions.create() #217

[OpenAI] Support text completion via engine.completions.create()

[OpenAI] Support text completion via engine.completions.create() #217

Triggered via pull request August 10, 2024 07:02
Status Success
Total duration 34s
Artifacts

linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: src/engine.ts#L45
'Conversation' is defined but never used
lint: src/engine.ts#L54
'ContentTypeError' is defined but never used
lint: src/engine.ts#L57
'FunctionNotFoundError' is defined but never used
lint: src/engine.ts#L58
'InvalidToolChoiceError' is defined but never used
lint: src/engine.ts#L59
'MessageOrderError' is defined but never used
lint: src/engine.ts#L64
'SystemMessageOrderError' is defined but never used
lint: src/engine.ts#L68
'UnsupportedRoleError' is defined but never used
lint: src/engine.ts#L70
'UnsupportedToolChoiceTypeError' is defined but never used
lint: src/engine.ts#L71
'UnsupportedToolTypeError' is defined but never used
lint: src/openai_api_protocols/completion.ts#L322
'currentModelId' is defined but never used