mirror of
https://github.com/openai/harmony.git
synced 2025-08-24 13:17:08 -04:00
Initial commit
Co-authored-by: scott-oai <142930063+scott-oai@users.noreply.github.com> Co-authored-by: Zhuohan Li <zhuohan@openai.com>
This commit is contained in:
commit
253cdca537
70 changed files with 15013 additions and 0 deletions
9
javascript/README.md
Normal file
9
javascript/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# @openai/harmony
|
||||
|
||||
This version is still in active development and not currently published.
|
||||
|
||||
If you want to use it for demo purposes you can run:
|
||||
|
||||
```bash
|
||||
make javascript
|
||||
```
|
11
javascript/package.json
Normal file
11
javascript/package.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue