Add ability to define clusters in config (#61)

This commit is contained in:
Adil Hafeez 2024-09-18 20:03:26 -07:00 committed by GitHub
parent 215d276acf
commit a91fbdbf1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 59 additions and 32 deletions

View file

@ -24,6 +24,10 @@
"name": "open-message-format",
"path": "open-message-format"
},
{
"name": "config_generator",
"path": "config_generator"
},
{
"name": "demos/function_calling",
"path": "./demos/function_calling",