move models and prompts to testing config folder

This commit is contained in:
buzz-lightsnack-2007 2024-12-04 13:03:25 +08:00
parent 3b94f13adc
commit b5970cac26
3 changed files with 13 additions and 9 deletions

5
tests/config/models.JSON Normal file
View file

@ -0,0 +1,5 @@
{
"Microsoft Phi": "phi",
"Gemma 2": "gemma2:2b",
"Tinyllama": "tinyllama"
}