Add package chat_openai (#2599)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Joshua Cohen 2023-05-17 16:16:27 -04:00 committed by GitHub
parent a1c9bae270
commit 7cd56e452a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30199,5 +30199,16 @@
"description": "sha256 hash of batches of 64B blocks in parallel via pure asm lib hashtree",
"license": "MIT or Apache License 2.0",
"web": "https://github.com/status-im/sha256_64B"
},
{
"name": "chat_openai",
"url": "https://github.com/joshuajohncohen/chat_openai-nim",
"method": "git",
"tags": [
"openai"
],
"description": "A CLI for the Chat series of models provided by OpenAI",
"license": "MIT",
"web": "https://github.com/joshuajohncohen/chat_openai-nim"
}
]