Skip to content

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

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

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

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

linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 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/openai_api_protocols/completion.ts#L322
'currentModelId' is defined but never used
lint: tests/function_calling.test.ts#L136
'engine' is assigned a value but never used
lint: tests/multi_round_chat.test.ts#L8
'MLCEngine' is defined but never used