feat: add mistral + chatml prompts (#1426)

This commit is contained in:
CognitiveTech 2024-01-16 16:51:14 -05:00 committed by GitHub
parent 6191bcdbd6
commit e326126d0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 107 additions and 5 deletions

View file

@ -1,6 +1,7 @@
import argparse
import json
import sys
import yaml
from uvicorn.importer import import_from_string