pub async fn chat_with_binary(
__arg0: State<AppState>,
req: Request,
) -> Result<Json<ChatResponse>, (StatusCode, Json<ErrorResponse>)>pub async fn chat_with_binary(
__arg0: State<AppState>,
req: Request,
) -> Result<Json<ChatResponse>, (StatusCode, Json<ErrorResponse>)>