mv service_conf.yaml to conf/ and fix: add 'answer' as a parameter to 'generate' (#3379)

### What problem does this PR solve?
#3373

### Type of change

- [x] Refactoring
- [x] Bug fix
This commit is contained in:
Kevin Hu
2024-11-13 15:56:40 +08:00
committed by GitHub
parent 1fe9a2e6fd
commit ccf189cb7f
9 changed files with 80 additions and 81 deletions

View File

@ -33,6 +33,7 @@ from tqdm import tqdm
global max_docs
max_docs = sys.maxsize
class Benchmark:
def __init__(self, kb_id):
self.kb_id = kb_id