UNPKG

inference-server

Version:

Libraries and server to build AI applications. Adapters to various native bindings allowing local inference. Integrate it with your application, or use as a microservice.

13 lines 287 B
export const finishReasonMap = { maxTokens: 'length', toolCalls: 'tool_calls', eogToken: 'stop', stopTrigger: 'stop', timeout: 'stop', cancel: 'stop', abort: 'stop', }; export const messageRoleMap = { function: 'tool', }; //# sourceMappingURL=enums.js.map