fantaxy commited on
Commit
e94b6cd
ยท
verified ยท
1 Parent(s): 4507bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -54,10 +54,8 @@ async def async_respond(
54
  except Exception as e:
55
  logger.error(f"Error during chat completion: {str(e)}")
56
  yield f"์˜ค๋ฅ˜ ๋ฐœ์ƒ: {str(e)}"
57
- return
58
 
59
  logger.info("์‘๋‹ต ์™„๋ฃŒ")
60
- return full_response
61
 
62
  def respond(*args, **kwargs):
63
  return asyncio.run(async_respond(*args, **kwargs))
 
54
  except Exception as e:
55
  logger.error(f"Error during chat completion: {str(e)}")
56
  yield f"์˜ค๋ฅ˜ ๋ฐœ์ƒ: {str(e)}"
 
57
 
58
  logger.info("์‘๋‹ต ์™„๋ฃŒ")
 
59
 
60
  def respond(*args, **kwargs):
61
  return asyncio.run(async_respond(*args, **kwargs))