mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-27 16:59:13 -05:00
- add infrastructure, to be implemented: cache, chat history - Base Runnable Implementation, that fits LangChain API - Added a Prompt descriptor and utils. feat: license headers and auto factory impl and CLI Auto construct args from pydantic config Add auto factory for ease of use only provide `/generate` to streamline UX experience CLI > envvar > input contract for configuration fix: serve from a thread fix CLI args chore: cleanup names and refactor imports Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"name": "openllm-tools",
|
|
"version": "0.0.0",
|
|
"description": "JS tooling for OpenLLM",
|
|
"author": "Aaron Pham",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"pyright": "^1.1.279",
|
|
"@grpc/grpc-js": "^1.7.1",
|
|
"google-protobuf": "^3.21.0",
|
|
"grpc-tools": "^1.11.2",
|
|
"ts-protoc-gen": "^0.15.0"
|
|
}
|
|
}
|