|
@@ -24,7 +24,7 @@ async def process_video(request: VideoRequest):
|
|
|
mark = request.mark
|
|
|
sample_data = request.sample_data
|
|
|
try:
|
|
|
- logger.info("来一个请求,使用 API key:", api_key)
|
|
|
+ logger.info(f"来一个请求,使用 API key: {api_key}")
|
|
|
result = await main(video_path, api_key, prompt, sample_data)
|
|
|
return {
|
|
|
"code": 0,
|