[OpenAI] Support text completion via engine.completions.create() #217
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
|