mirror of
https://github.com/openai/harmony.git
synced 2025-08-23 01:17:09 -04:00
Co-authored-by: scott-oai <142930063+scott-oai@users.noreply.github.com> Co-authored-by: Zhuohan Li <zhuohan@openai.com>
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"name": "@openai/harmony",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"files": [
|
|
"README.md",
|
|
"dist/"
|
|
],
|
|
"main": "./dist/web/openai_harmony.js",
|
|
"types": "./dist/web/openai_harmony.d.ts"
|
|
}
|