This commit is contained in:
yumoqing 2024-08-04 08:50:43 +08:00
parent 655f33c989
commit 821adc10a8

View File

@ -5,6 +5,7 @@ from aiohttp.web import StreamResponse
async def generate(request, **kw):
params_kw = kw.get('params_kw', DictObject())
info(f'{params_kw=}')
model = params_kw.model
engine = None
g = ServerEnv()