llma
Version:
Add LLM support to GitHub Actions
47 lines (46 loc) • 954 B
JSON
{
"name": "llma",
"description": "Add LLM support to GitHub Actions",
"version": "0.0.1",
"homepage": "https://github.com/jonschlinkert/lmma",
"repository": "jonschlinkert/lmma",
"bugs": "jonschlinkert/lmma/issues",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"transpile": "npx ncc build index.ts --no-cache -t"
},
"keywords": [
"actions",
"ai",
"chatgpt",
"github-action",
"github-actions",
"github",
"gpt-3.5",
"gpt-3",
"gpt-4",
"gpt",
"gpt2",
"gpt3.5",
"gpt3",
"gpt4",
"llm",
"model",
"openai",
"workflow",
"completion",
"prompt",
"chat completion"
],
"devDependencies": {
"@types/node": "^20.4.2",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vercel/ncc": "^0.36.1"
}
}