[Fix] fix filename typo (#549)

This commit is contained in:
Hubert 2023-11-07 14:00:26 +08:00 committed by GitHub
parent 214a34f0b8
commit 36360bdfc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ We have provided several examples for API-based models. Please refer to
```bash
configs
├── eval_zhihu.py
├── eval_zhipu.py
├── eval_xunfei.py
└── eval_minimax.py
```

View File

@ -92,7 +92,7 @@ models = [
```bash
configs
├── eval_zhihu.py
├── eval_zhipu.py
├── eval_xunfei.py
└── eval_minimax.py
```