Skip to content

Commit 6b726ef

Browse files
committed
format correction
1 parent 87cecdb commit 6b726ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opencompass/models/bailing_api_oc.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def generate(
137137
result = resp.json()
138138
except Exception as e: # noqa F841
139139
self.logger.error(f'Fail to inference; '
140-
f'model_name={self.path}; error={e}, '
140+
f'model_name={self.path}; '
141+
f'error={e}, '
141142
f'request={inputs[m]}')
142143
else:
143144
if (result.get('choices')

0 commit comments

Comments
 (0)